Micron Technology Interview Question

Coupling and Cohesion?

Interview Answer

Anonymous

Jun 18, 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