Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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++.