Question: Which choice is a disadvantage of inheritance?
- Overridden methods of the parent class cannot be reused.
- Responsibilities are not evenly distributed between parent and child classes.
- Classes related by inheritance are tightly coupled to each other.
- 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.