What are the advantages and disadvantages of multiple inheritance?
Answers
Answered by
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