Answer Posted / padmas
1.Multiple Inheritance, in this type a class inherits methods from multiple classes
2.Multilevel Inheritance, in this type of class inherits methods from already inherited classes. 3.Single Inheritance, where a class inherits only from one class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is destructor used?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Are polymorphisms mutations?
c++ program to swap the objects of two different classes
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is object and example?
Why do we use class in oops?
hi all..i want to know oops concepts clearly can any1 explain??
explain sub-type and sub class? atleast u have differ it into 4 points?
What are functions in oop?
Why is polymorphism used?
What is class encapsulation?
Why is oop better than procedural?
What is abstraction in oop?
How to hide the base class functionality in Inheritance?