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 are the types of abstraction?
What is multilevel inheritance?
What language is oop?
Whats oop mean?
What is overriding in oops?
What is static in oop?
What are classes oop?
Which method cannot be overridden?
What is the benefit of oop?
What is polymorphism programming?
What is protected in oop?
Which language is not a true object oriented programming language?
What is object and example?
Why do we use polymorphism?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?