what is multi level inheritance give n example ?
Answer Posted / ansar ali gujjar
"A type of inheritance in which a class is derived from
another derived class is called multilevel inheritance."
in multilevel inheritace,the members of parent class are
inherited to the child class and the member of child class
are inherited to the grand child class.
for example
class A
^
class B
^
class C
| Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
What is class encapsulation?
What polymorphism means?
#include
What are properties in oop?
What is encapsulation oop?
What are the 4 pillars of oop?
What is class and object with example?
What is polymorphism give a real life example?
what are the ways in which a constructors can be called?
Why do we use oop?
Prepare me a program for the animation of train
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is multilevel inheritance explain with example?
Is this job good for future? can do this job post grduate student?
What is this pointer in oop?