Card 7 / 125: What is true about coupling between classes?
A)
coupling can be only found between a subtype and its super type
B)
coupling means how a method in a class can be affected and require modification due to a modification in another class
C)
coupling is the degree to which classes depend on each other
D)
coupling is the degree to which methods in the same class depend on each other
Answer:
B) coupling means how a method in a class can be affected and require modification due to a modification in another class
C) coupling is the degree to which classes depend on each other
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
Coupling can be between any two classes, not necessarily in the same hierarchy tree