what is the difference between multilevel and multiple Inheritance in context to object oriented programming?
Answers
Answered by
0
Answer:
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.
Answered by
0
Answer:
“Multiple Inheritance” refers to the concept of one class extending (Or inherits) more than one base class. ... Multilevel inheritance refers, where one can inherit from a derived class, thereby making this derived class the base class for the new class.
please please mark me as brainliest please
Similar questions