Difference between multiple inheritance and multilevel inheritance in tabular form
Answers
Answered by
1
Explanation:
Multiple inheritance :-
________________________
when a subclass inherits from multiple base classes , it is known as multiple inheritance.
Multilevel Inheritance:-
________________________
the transitive nature of inheritance is reflected by this form of inheritance when a subclass inherit from a class that itself inherits from another class, it is known as multilevel inheritance.
Attachments:
Similar questions