what is multi level inheritance give n example ?
Answer Posted / radha
when a derived class inherits an already created derived
class ,then it is known as multilevel inheritance.
A->B->C
HERE A IS A BASE CLASS.B IS AN INTERMEDIATE BASE CLASS ,AS
IT PROVIDES A LINK FOR THE INHERITANCE BETWEEN A & C.C IS A
DERIVED CLASS.
EG. GRANDFATHER
|
FATHER
|
CHILD
THE CHAIN IS KNOWN AS INHERITANCE PATH.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
What are the three parts of a simple empty class?
What causes polymorphism?
Why is abstraction needed?
What is object-oriented programming? Webopedia definition
What is difference between pop and oop?
What is encapsulation selenium?
What is balance factor?
What is polymorphism and its types?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
class type to basic type conversion
What is pure oop?
what are the different types of qualifier in java?
What is class in oop with example?
What is this pointer in oop?