Why can polymorphism(多态)and dynamic binding(动态绑定)have a negative impact(负面影响)oninheritance?
A. This statement is not true. Like all object-oriented concepts polymorphismand dynamic binding make modules more cohesive and lower coupling.
B. They make the object harder to understand as there are multiplepossibilities for a specific method.
C. They involve more work as changes have to be made to the super class.
D. They involve more work as changes have to be made to all of the subclasses.