What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them.
Answer Posted / ravinder kumar
Multiple: ClassA--extends-->ClassB, ClassA--extends--
>ClassC, ClassA--extends-->ClassD class A can Inherit all
the classes and can have access on all calss' public
properties and functions.
MultiLevel: ClassA-->ClassB-->ClassC-->ClassD and ClassD
will have the accesss on all the properties of its upper
level class like C,B and A
| Is This Answer Correct ? | 30 Yes | 14 No |
Post New Answer View All Answers
What is the full form of oops?
What are the 3 principles of oop?
When not to use object oriented programming?
What is the example of polymorphism?
What is difference between inheritance and polymorphism?
What is coupling in oop?
What is the difference between a constructor and a destructor?
What is static modifier?
Prepare me a program for the animation of train
What is meant by oops concept?
What is an example of genetic polymorphism?
Is enum a class?
How is polymorphism achieved?
What is polymorphism what are the different types of polymorphism?
What is the use of oops?