what is the main difference between c and c++?
Answer Posted / p govind rao
1) C is a structural Language, but C++ is a object oriented
language.
2)C employs top down approach, but c++ employees bottom up
approach.
3) c doesn't support operator overloading but c++ support
operator overloading.
4) In C memory allocation is done with malloc statement
whereas in C++ it is done through new keyword.
5) Also memory is deal located in C using free statement
while in C++ deal location takes place through delete.
6) c is does not provide default argument but c++ is
provide default argument.
7) c is cant support the inheritance and polymorphism etc
but c++ support the inheritance and polymorphism etc.
8) c is low level language while c++ is sn high level
language.
9)C can not support all the feature of the C++. while c++
support all the features of C.
10. C variables are DECLARED in declaration section.C++
variables are DECLARED any where in the program.
11) C does NOT have NAMESPACE for avoid name collisions.
c++ has NAMESPACE feature.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between inheritance and polymorphism?
What is ambiguity in inheritance?
hi all..i want to know oops concepts clearly can any1 explain??
How do you achieve polymorphism?
What is the difference between abstraction and polymorphism?
What is overriding in oop?
Can we have inheritance without polymorphism?
What is an advantage of polymorphism?
Why do we use class?
What are main features of oop?
what is difference between class template and template class?
What type of loop is a for loop?
Can an interface inherit a class?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is overloading in oops?