Question d’entretien chez Micron Technology

Coupling and Cohesion?

Réponse à la question d'entretien

Utilisateur anonyme

18 juin 2015

iven two lines of code, A and B, they are coupled when B must change behavior only because A changed. They are cohesive when a change to A allows B to change so that both add new value.

1