Why does diamond problem arise due to multiple inheritance?
- Methods with same name creates ambiguity and conflict
- Methods inherited from the superclass may conflict
- Derived class gets overloaded with more than two class methods
- Derived class can’t distinguish the owner class of any derived method
(a).Methods with same name creates ambiguity and conflict
need an explanation for this answer? contact us directly to get an explanation for this answer