Cohesion and coupling are the two qualitative criteria used to assess which design property?
Cohesion and coupling are the two qualitative criteria used to assess which design property?
Answer
functional independence
It is achieved by modules that each do one job and reach outside themselves as little as that job allows, and it descends directly from separation of concerns, modularity and information hiding.
Pressman 9e ch11 §11.2.3–11.2.4; ch9 §9.3.7