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

What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


What is object-oriented programming? Webopedia definition

0 Answers  


function overridind means and simple program

2 Answers  


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


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 is polymorphism and its types?

0 Answers  


What Is a Polymorphism? How many types of polymorphism and whats that use in application?

2 Answers  


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


what is object slicing?

9 Answers   L&T, Wipro,


What is polymorphism explain its types?

0 Answers  


What is polymorphism give a real life example?

0 Answers  


Categories