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 |
How does c++ sort work?
Why null pointer is used?
What is c++ coding?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is the use of dot in c++?
Differentiate between a pointer and a reference with respect to c++.
What does the linker do?
How a new operator differs from the operator new?
What is class definition in c++ ?
Is structure can be inherited?
Can create new c++ operators?
WHO DEVELOPED C++?