what is multi level inheritance give n example ?
Answer Posted / desh
A class which is derived from another class and it can also
be derived by an another class is known as multilevel
inheritance.{combination of two or more simple inheritance
in a same program are also called as multilevel inheritance.}
example: hen->chick->egg.
animals
/ \
/ \
herbivorous carnivorous
/ \ / \
goat cow lion snake
| Is This Answer Correct ? | 12 Yes | 19 No |
Post New Answer View All Answers
What is static in oop?
what type of question are asked in thoughtworks pair programming round ?
What is multilevel inheritance in oop?
What is the difference between abstraction and polymorphism?
What is polymorphism and its types?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are objects in oop?
Who invented oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the fundamental idea of oop? class type to basic type conversion What is the real life example of polymorphism? What is the example of polymorphism? Why multiple inheritance is not possible? What is difference between polymorphism and inheritance?