What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them.
Answer Posted / 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 |
Post New Answer View All Answers
What are the components of marker interface?
What are the types of abstraction?
What is ambiguity in inheritance?
Why is destructor used?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why do we use oop?
Why polymorphism is used in oops?
What is the significance of classes in oop?
What is oops concept with example?
What are the two different types of polymorphism?
What is this pointer in oop?
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?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What do you mean by abstraction?
Why do we use class?