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 long in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
Differentiate between a pointer and a reference with respect to c++.
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
What is Object Oriented programming.what is the difference between C++ and C?
Will this c++ program execute or not?
What are the various access specifiers in c++?
Why c++ is not a pure oop language?
What is a set in c++?
What is lambda expression c++?
What is called array?
What is null pointer and void pointer and what is their use?