Whether C++ is OOP or POP.If explain?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whether C++ is OOP or POP.If explain??

Start up knowledge

7th Jul 2019, 5:18 PM
V.Ravirajan
V.Ravirajan - avatar
2 Answers
+ 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 .
7th Jul 2019, 5:25 PM
Saket Bhatt
Saket Bhatt - avatar
+ 2
C++ is OOP programming language!
7th Jul 2019, 7:16 PM
CodeFu
CodeFu - avatar