Answer Posted / 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 |
Post New Answer View All Answers
What is copy constructor? Can we make copy constructor private in c++?
Incase of a function declaration, what is extern means?
How does c++ structure differ from c++ class?
What is the difference between prefix and postfix versions of operator++()?
Is it possible for a member function to delete the pointer, named this?
What are maps in c++?
Why #include is used?
Why was c++ made?
You want to link a c++ program to c functions. How would you do it?
Explain pass by value and pass by reference.
What are put and get pointers?
What do you mean by global variables?
Which is not a valid keyword a) public b) protected c) guarded
Can we inherit constructor in c++?
What is virtual destructor? What is its use?