what is the main difference between c and c++?
Answer Posted / santhosh r
C has no security, grouping ,sharing,extendability.
C++ is having all the above features.
The earliest name of C++ was "C WITH CLASSES".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is object oriented programming so hard?
What is abstraction in oops?
Where is pseudocode used?
can inline function declare in private part of class?
What are the 5 oop principles?
Is enum a class?
what is the drawback of classical methods in oops?
What polymorphism means?
What are the features of oop?
What is multilevel inheritance explain with example?
Write a c++ program to display pass and fail for three student using static member function
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can bst contain duplicates?
What is encapsulation with real life example?
When not to use object oriented programming?