C
|
C++
|
- C was developed by Dennis
Ritchie.
|
- C++ was developed by Bjarne Stroustrup.
|
- C supports procedural oriented
programming.
|
- C++ supports both procedural-oriented
programming and object-oriented programming.
|
- C is known as function-driven language.
|
- C++ is known as object-driven language.
|
- C follows top-down programming
approach.
- (First, you have to create the main function
and call the functions and then define the functions)
|
- C++ follows bottom-up programming
approach.
- (First define all the functions and
then create the main function)
- Ã It
is easier to make big software by using C++.
|
0 Comments