what is the main difference between c and c++?
Answer Posted / amitab
++ can be considered as the Develop form of C.Its originated
from c and include the most important concept i.e. "Object
Oriented".
The Most common Difference are as follow :
1.C is Procedural Language and C++ is Procedural+Objected
Oriented.
2.C contains 32 Keywords,C++ extends it to 52 Keywords.
3.Data is not secured in C due to non-object oriented.
4.C followe top down approach while C++ follow Bottomup
approach.
5.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
Why do we use polymorphism?
What are the benefits of polymorphism?
What is abstraction in oops?
What is polymorphism in oop example?
What is polymorphism what are the different types of polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
when to use 'mutable' keyword and when to use 'const cast' in c++
Which language is pure oop?
What is polymorphism give a real life example?
how to get the oracle certification? send me the answer
write knight tour problem which is present in datastructure
Why do we use oops?
Can destructor be overloaded?
Why is object oriented programming so hard?
What are oops methods?