Answer Posted / vishi
in c++ we can do nesting,inheritance which is not possible
in c.objects and classes are present in c++ not in c.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
Can we create object of interface?
What is polymorphism and example?
Why do we use oop?
What is the point of oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Are polymorphisms mutations?
What is difference between polymorphism and inheritance?
What are the three parts of a simple empty class?
Templates mean
Why do we use oops?
write a C++ program for booking using constructor and destructor.
What is coupling in oops?
What is polymorphism used for?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer