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 are default parameters? How are they evaluated in c++ function?
What is object in c++ wikipedia?
What is the difference between an external iterator and an internal iterator?
What is the average salary of a c++ programmer?
What is a dangling pointer in c++?
Explain the concept of friend function in c++?
Why pointer is used in c++?
What is nested class in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
Is it possible for a member function to delete the pointer, named this?
How are pointers type-cast?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Why is main an int?
What are the two main components of c++?
What is math h in c++?