what is multi level inheritance give n example ?
Answer Posted / adil jan
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.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why is oop useful?
What is class in oop with example?
Why do we need polymorphism in c#?
What is abstraction in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Which is not an object oriented programming language?
What is static in oop?
What are the two different types of polymorphism?
Can main method override?
What is polymorphism in oop example?
What is a null tree?
How do you achieve polymorphism?
Can we override main method?
What language is oop?
What are the features of oop?