Computer Science, asked by puneeth016, 4 months ago

what is c++ ? what are the features of c++ ?​

Answers

Answered by SushavanNaskar
2

Explanation:

C++ is an object-oriented language, unlike C which is a procedural language. This is one of the most important features of C++. It employs the use of objects while programming.

These objects help you implement real-time problems based on :

data abstraction

data encapsulation

data hiding

polymorphism.

Answered by preeteinstein123
1

Answer:

C++ is an object-oriented language, unlike C which is a procedural language. This is one of the most important features of C++. It employs the use of objects while programming. These objects help you implement real-time problems based on data abstraction, data encapsulation, data hiding, and polymorphism.✅✅✅✅✅

Similar questions