navbar menu

Search This Blog

What is the C++ Programming Language?

C++ Programming Language: C++ is anaother programming language based on C language, created in the Bjarne Stroustrup Bell Laboratories for the 1980s. C++ is called the superset in C language so that object oriented architecture is inserted.
C Programming Language + Object Oriented Feature = C++ Programming Language 

Features Between  C and C++: 

1. C does not have any class or object. it is operated in conjunctional and Functional Systems. On the other hand C++ is Object oriented Language.

2. C++ structures are slightly different than C.

3. C Input and Output based on Libraries. but, C++ Input and Output is made of the cin and count commands. 

4. C has Top down approach. on the other hand C++ has Bottom up approach.

5. C function does not support overloading. 

6. Character Constant in C automatically enters the integer. it does not happen in C++.

7. Global variables may be declared several times in C. but it is not allowed on C++.