Social Sciences, asked by Aditee83, 8 months ago

Advantage of c++ language. ​

Answers

Answered by joshiharshin
2

Your answer is here.

One of the biggest advantages of C++ is the feature of object-oriented programming which includes concepts like classes, inheritance, polymorphism, data abstraction, and encapsulation that allow code reusability and makes a program even more reliable.

please follow me.

Please mark me as a brainliest answer.

Answered by IIsahzadiII
7

Answer:

The Advantages of C++Language are :

  • Backward compatibility with C program -Allows the developer to migrate legacy systems developed in C and also allows the user to compile C program using A C++ compiler.
  • Better performance -Allows the developer to develop well -designed software using the object oriented concept resulting in better performance and stability.
  • Inheritance -provides readability by avoiding acquiring the properties of objects of other classes. You can add additional features to the class without modifying the original.

【S a h z a d i】

Similar questions