Pages

Wednesday, January 25, 2012

C and C++ ?? Some Differences

Some Differences between c and C++/Cpp

both C and C++ are programming languages. C++ is termed as superset of C.
C is a powerful and elegent language.almost all c PROGRAMS ARE ALSO c++ PROGRAMS.
in C, it facilitates--" topdown structured design" as against C++ provides bottom-up object-oriented design.
the C language is built from functions (like printf)that execute different tasks.


in c++, it is a object-oriented system. objects are considered to be "a partitioned area of computer memory" that stores data and set of operations that can access that data.
the three most important facilities that c++ adds on to are classes, function overloading and operator overloading.

No comments:

Post a Comment