InterviewSolution
Saved Bookmarks
| 1. |
How Are The Features Of C++ Different From C? |
|
Answer» All the features of C are similar to C++ EXCEPT some features, such as polymorphism, inheritance, operator overloading which are SUPPORTED in C++ but not in C language. Both C and C++ language is similar in their functionality but C++ provides with more tools and OPTIONS. All the features of C are similar to C++ except some features, such as polymorphism, inheritance, operator overloading which are supported in C++ but not in C language. Both C and C++ language is similar in their functionality but C++ provides with more tools and options. |
|