What is the Difference between multilevel and multiple inheritance?

1 answer

Answer

1099035

2026-08-20 17:30

+ Follow

Multiple Inheritance : we can inherit more than one class in the same class. Multi-Level Inheritance: where one class can inherit only one base class and the derived class can become base class of some other class.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.