C++ :

C++ is entirely separate language. It is a object oriented programming language.

C++ as a separate language.

We should emphasize that C and C++ are entirely separate language. It's true that their syntax is similar, C++ is actually a subset of C++.  

The object oriented approach :

The fundamental idea behind object oriented language  is to combine into a single unit both data and function that operate on that data.

                                             An object function called member function in C++.

A C++ program typically consist of a number of  objects which communicate with each other.

Back to previous page