Computer Science, asked by bhargavgadamsetti5, 7 months ago

Explain the difference between multiple and hierarchical inheritance with proper example

Answers

Answered by gargigargote
0

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

Similar questions