What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them.

Answers were Sorted based on User's Feedback



What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them...

Answer / ramya

multiple inheritance is the class derived from more than
one base class & where as coming to multilevel inheritance
it derives one class to one base class via intermediate
base class

Is This Answer Correct ?    39 Yes 13 No

What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them...

Answer / 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

More OOPS Interview Questions

How does polymorphism work?

0 Answers  


What are virtual classes?

0 Answers  


Why do we use polymorphism in oops?

0 Answers  


Why static functions always uses static variables?

3 Answers  


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


What are the benefits of oop?

0 Answers  


What is abstraction in oop with example?

0 Answers  


how to tackle technical questions

1 Answers  


to find out the minimum of two integer number of two different classes using friend function

0 Answers  


What is the advantage of oop over procedural language?

0 Answers  


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


Categories