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 |
Define a constructor?
What is a constant reference?
What is the difference between method overloading and method overriding in c++?
What is virtual constructor paradigm?
Is swift faster than go?
What is encapsulation in c++ with example?
Which bit wise operator is suitable for putting on a particular bit in a number?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is the C-style character string?
why v use c++ even we have microprocessor
What is array in c++ example?
What are different types of typecasting supported by C++