Tuesday 12 February 2013

What is Main Difference C++ have from C ?



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

Powered by Blogger.