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
which feature are not hold visual basic of oop?
What is overriding in oops?
What is difference between inheritance and polymorphism?
Explain the advantages of inheritance.
What is abstraction encapsulation?
What is polymorphism in oops with example?
what type of question are asked in thoughtworks pair programming round ?
What is advantage of inheritance?
What is constructor in oop?
What is polymorphism and example?
Can we define a class within the interface?
Why interface is used?
What are the advantages of polymorphism?
How to use CMutex, CSemaphore in VC++ MFC
What is the purpose of enum?