Ask Your Question
3

Is it possible for me to begin learning oops without having knowledge of c++?

asked 2023-05-25 00:36:55 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-25 01:04:02 +0000

pufferfish gravatar image

Yes, it is possible to begin learning Object-Oriented Programming (OOP) without having knowledge of C++. You can start by learning the basic concepts and principles of OOP such as encapsulation, inheritance, polymorphism, and abstraction. You can then choose a programming language that supports OOP and begin practicing these concepts. Python, Java, and C# are popular languages for beginners to learn OOP. Once you have a firm grasp of the concepts, you can then move on to more advanced topics and eventually learn C++.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-25 00:36:55 +0000

Seen: 15 times

Last updated: May 25 '23