Computer Science, asked by subhalaxmimoharana79, 1 day ago

What are the advantages and disadvantages of multiple inheritance?​

Answers

Answered by Syedadnan0888
3

Explanation:

Multiple inheritance is the process where a subclass can be derived from more than one super-class. Its advantage is that a class can inherit the functionality of more than one base class, but its disadvantage is that it can lead to a lot of confusion when two base classes implement a method with the same name.”

Similar questions