What is multiple and multilevel inheritance in Java?

Multiple Inheritance is an Inheritance type where a class inherits from more than one base class. Multilevel Inheritance is an Inheritance type that inherits from a derived class, making that derived class a base class for a new class.

Sizin İçin Seçtik  What is polymorphism in OOPs concept?

Leave a Reply

Your email address will not be published. Required fields are marked *