-
Which of the following advantages we lose by using multiple inheritance?
-
- Function
- Dynamic binding
- Polymorphism
- Both Dynamic binding & Polymorphism
- None of above
Correct Option: D
The benefit of dynamic binding and polymorphism is that they help making the code easier to extend but by multiple inheritance it makes harder to track.