Answers for "difference between multiple and multilevel inheritance"

0

difference between multiple and multilevel inheritance

The difference between Multiple and Multilevel inheritances is that Multiple Inheritance is when a class inherits from many base classes while Multilevel Inheritance is when a class inherits from a derived class, making that derived class a base class for a new class.
Posted by: Guest on August-24-2021

Code answers related to "difference between multiple and multilevel inheritance"

Browse Popular Code Answers by Language