Computer Science, asked by varsha920, 6 months ago

Define multilevel and multiple inheritance in context of object oriented

programming. Give suitable example for the same.​

Answers

Answered by abhaysharma00290
0

Answer:

Give suitable examples to illustrate both. “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.

Similar questions