1.

Why does diamond problem arise due to multiple inheritance?

A. Methods with same name creates ambiguity and conflict
B. Methods inherited from the superclass may conflict
C. Derived class gets overloaded with more than two class methods
D. Derived class can’t distinguish the owner class of any derived method
Answer» B. Methods inherited from the superclass may conflict


Discussion

No Comment Found