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