0
Whether C++ is OOP or POP.If explain??
Start up knowledge
3 ответов
+ 2
C++ my friend is an OOP language rather than a procedural one.
Reasons:-
*Concept of OOP is simple " just give more importance to data rather than method " soo we can easily see the aspect being covered in C++ through classes .
* Function ,operator overloading possible here.
*Inheritance , Polymorphism and dynamic binding possible so certainly not an object based language .
+ 2
C++ is OOP programming language!