Computer Science, asked by ryan5021, 1 day ago

What are the advantages and disadvantages of multiple inheritance?​

Answers

Answered by gourichakraborty806
2

Answer:

“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.”

Explanation:

please Mark me as Brainlist.

Similar questions