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

create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


What is difference between abstraction and encapsulation?

0 Answers  


what is the new version of oops

0 Answers   Ignou,


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,






What is new keyword in oops?

0 Answers  


What is the oops and benefits of oops programming?

0 Answers  


What is a unary operator?

5 Answers  


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

0 Answers  


Categories