Explain the difference between C and C++.
Answer Posted / padmas
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What's the most powerful programming language?
Describe the advantages of operator overloading?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Is c better than c++?
Why oops is important?
What is the difference between structure and class?
Do vectors start at 0 c++?
What is a static element?
What is setw manipulator in c++?
What is the arrow operator in c++?
Can we call C++ OOPS? and Why
Explain virtual destructor?
What is constructor and destructor in c++?
What is RTTI and why do you need it?
Explain about vectors in c ++?