C++ is a fully OOP language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ is a fully OOP language?

11th May 2019, 7:26 AM
Paramane Akash Rajendra
Paramane Akash Rajendra - avatar
4 Answers
+ 18
C++ allows you to create your own types and libraries. The most important type is a class, allowing object oriented programming. A class is an abstract data type with a hidden representation and a set of public member functions and types. Classes can be organized into a hierarchy (inheritance), and you can write code that accepts any type in this hierarchy (polymorphism). Functions and classes can be parameterized by type (templated).
11th May 2019, 8:09 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 5
yeah
11th May 2019, 7:26 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 5
Yes. You are able to use OOP concepts like classes and objects, as well as inheritance and polymorphism
11th May 2019, 7:41 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
Yes.
11th May 2019, 7:31 AM
Daniel Adam
Daniel Adam - avatar