what is multi level inheritance give n example ?
Answer Posted / umesh kumar vishwakarma
A class is derive from a class which is derived from another
class is known as multilevel inheritance.
example-grandpa->papa->son.
| Is This Answer Correct ? | 47 Yes | 11 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What is multilevel inheritance in oop?
to find out the minimum of two integer number of two different classes using friend function
What is the significance of classes in oop?
What is oops in simple words?
What do you mean by abstraction?
Why do while loop is used?
What do you mean by Encapsulation?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the two different types of polymorphism?
Why is polymorphism important in oop?
Which language is pure oop?
What are oops methods?
What are objects in oop?
What are the features of oop?