Home » C++ Programming » Inheritance » Question
  1. Which of the following advantages we lose by using multiple inheritance?
    1. Function
    2. Dynamic binding
    3. Polymorphism
    4. Both Dynamic binding & Polymorphism
    5. 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.



Your comments will be displayed only after manual approval.