what is multi level inheritance give n example ?
Answer Posted / mohd aqeel ahmed
The best example is Say we have 3 class
ClassA,ClassB and ClassC.
ClassB is derived from ClassA and ClassC is derived ClassB
this is multi level inheritance..
ClassA
^
|
|
ClassB
^
|
|
ClassC
| Is This Answer Correct ? | 102 Yes | 18 No |
Post New Answer View All Answers
What is static modifier?
What is abstract class in oop?
What does I oop mean?
what type of questions
How to improve object oriented design skills?
What is polymorphism used for?
Can abstract class have normal methods?
What do you mean by abstraction?
What is polymorphism give a real life example?
What is the full form of oops?
which feature are not hold visual basic of oop?
What is data binding in oops?
What is multilevel inheritance explain with example?
write a program to find 2^n+1 ?
Can a destructor be called directly?