Advertisements
Advertisements
Question
In what multilevel and multiple inheritances differ though both contain many base classes?
Distinguish Between
Solution
Multilevel Inheritance:
In multilevel inheritance, the constructors will be executed in the order of inheritance.
Multiple Inheritance:
If there are multiple base classes, then it starts executing from the left-most base class.
shaalaa.com
Is there an error in this question or solution?