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 is the main purpose of inheritance law?
What is the types of inheritance?
How do you achieve polymorphism?
What are the benefits of interface?
class type to basic type conversion
What is the difference between abstraction and polymorphism?
What is the advantage of oop over procedural language?
Why interface is used?
why reinterpret cast is considered dangerous?
What is abstract class in oops?
Why do we use polymorphism in oops?
What is the difference between procedural programming and oops?
What makes a language oop?
Which method cannot be overridden?
What are the advantages of polymorphism?