0% found this document useful (0 votes)
58 views1 page

Benefits of OOP in C++

OOPS provides benefits like inheritance, which allows code to be reused through derived classes inheriting from base classes. It also uses classes to organize code, allowing multiple objects to be created from a class. C++ is an object-oriented language that uses classes and is both compiled and interpreted.

Uploaded by

Surendar Karnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Benefits of OOP in C++

OOPS provides benefits like inheritance, which allows code to be reused through derived classes inheriting from base classes. It also uses classes to organize code, allowing multiple objects to be created from a class. C++ is an object-oriented language that uses classes and is both compiled and interpreted.

Uploaded by

Surendar Karnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Benefits of OOPS:-

OOP is used in Several Places the Features of the OOPS include


1. Inheritance: - We know that OOPS Provide Inheritance with the Help of the
Inheritance The Code that is Previously Code is used in many Places where we wants
By using the Inheritance We can Create our Programs by using pre-defined code.
2. In C++ we can write the Code into the Classes So that it is called as OOP Languages.
3. In the Classes we can create many Objects.
4. C++ is both Compiled and Interpreter Languages.

You might also like