Q:
What are the features of C++ different from C?
Answer
All the features of C are similiar to C++ except some features, such as polymorphism, operator overloading which are supported in C++ but not in C language.
Both C and C++ language is similiar in their functionality but C++ provides with more tools and options.
View answer
Workspace
Report Error
Discuss