What is difference c and c++?
Answer / priya
C does no support polymorphism, encapsulation, and inheritance which means that C does not support object oriented programming.
C++ supports polymorphism, encapsulation, and inheritance because it is an object oriented programming language.
C is a subset of C++.
C++ is a superset of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is c++ redistributable?
Is arr and &arr are same expression for an array?
What are the classes in c++?
Can we distribute function templates and class templates in object libraries?
What is the use of namespace std in C++?
What is &x in c++?
What is null pointer and void pointer and what is their use?
How do we implement inheritance in c++?
Why are pointers used?
What is the history of c++?
Which of the following is evaluated first: a) && b) || c) !
What is an action class?