what is multi level inheritance give n example ?
Answer Posted / aswini.s
derived a new class from another derived class.It is known
as multilevel inheritance.
example:
grandfather->father->son.
| Is This Answer Correct ? | 260 Yes | 33 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
What is use of overloading?
How to improve object oriented design skills?
What is inheritance in simple words?
Can main method override?
What is the highest level of cohesion?
What is the difference between abstraction and polymorphism?
Why multiple inheritance is not allowed?
Can you inherit a private class?
Why is object oriented programming so hard?
#include
Why is abstraction needed?
How to use CMutex, CSemaphore in VC++ MFC
what is the drawback of classical methods in oops?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?