C++ is an object oriented language. It is an extension of C language. C++ compiler supports both C and C++.
The following important features are added with C to make it C++.
1) Class
2) Inheritance
3) Polymorphism
4) Function overloading
5) Operator overloading
6) Data hiding
Software development using C language supports top down structured approach. But C++ language supports bottom-up and object oriented approach.
0 comments:
Post a Comment