what is the main difference between c and c++?
Answer Posted / sushma sharma,hapur
These are the main difference of c and c++
*c follows the procedural programming paradigm while c++ is
a multi paradigm language.
*In case of C,the data is not secured while the data is
secured(hidden) in c++.
*C is a low level language while C++is a middle level language.
*C use the top down approach while C++ use the bottom up
approach.
*C is function-driven while is object driven.
*C++ supports functions overloading while C does not.
*we can use function inside structure in C++ but not in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to hide the base class functionality in Inheritance?
Why multiple inheritance is not possible?
What are the components of marker interface?
What is and I oop mean?
What are constructors in oop?
Why do we need oop?
Why do we use oop?
Which is not an object oriented programming language?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why is oop useful?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why is abstraction used?
What are objects in oop?
Which language is not a true object oriented programming language?
What is a class oop?