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
Is enum a class?
Why do we need oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why we use classes in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is this pointer in oop?
What is abstract class in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What do you mean by variable?
How Do you Code Composition and Aggregation in C++ ?
Which method cannot be overridden?
Is this job good for future? can do this job post grduate student?
What does I oop mean?
Prepare me a program for the animation of train
what are the realtime excercises in C++?