Which of the following advantages we lose by using multiple inheritances?

a) Dynamic binding
b) Polymorphism
c) Both Dynamic binding & Polymorphism
d) Constructor

1 thought on “Which of the following advantages we lose by using multiple inheritances?”

  1. c
    Explanation: 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.

Leave a Comment