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 use of overloading?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What does enum stand for?
Templates mean
Why multiple inheritance is not allowed?
What does I oop mean?
What is a function in oop?
Is oop better than procedural?
What is static in oop?
How many human genes are polymorphic?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can destructor be overloaded?
Why do we use inheritance?
c++ program to swap the objects of two different classes
What is inheritance write a program to show use of inheritance?