Question: Which choice is a disadvantage of inheritance?

  1. Overridden methods of the parent class cannot be reused.
  2. Responsibilities are not evenly distributed between parent and child classes.
  3. Classes related by inheritance are tightly coupled to each other.
  4. The internal state of the parent class is accessible to its children.

Answer: The correct answer of the above question is Option C:Classes related by inheritance are tightly coupled to each other.