What is multiple inheritance ?
Answer Posted / priya
derived means existing class.
base means new class from the existing class.
multiple class is defined as from one derived class we can
create several base class
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is polymorphism explain its types?
What is the types of inheritance?
Why we use classes in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why do we use oop?
What are functions in oop?
What is oops and its features?
What is the main feature of oop?
What are main features of oop?
What is the real life example of polymorphism?
Why oops is important?
What is polymorphism and example?
Is enum a class?
What do you mean by Encapsulation?
What is object and example?