adspace
What is the basic difference between C and C++?
Answer Posted / Anpurna Dhusia
C++ is an extension of the C programming language that adds object-oriented programming features such as classes, objects, inheritance, polymorphism, and exception handling. Additionally, C++ provides template programming, namespaces, and operator overloading which are not present in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers