In a function-oriented design, we
2012
In a function-oriented design, we
- A.
minimize cohesion and maximize coupling
- B.
maximize cohesion and minimize coupling
- C.
maximize cohesion and maximize coupling
- D.
minimize cohesion and minimize coupling
Attempted by 120 students.
Show answer & explanation
Correct answer: B
In function-oriented design, modules maximize cohesion and minimize coupling. High cohesion groups related functions together for internal consistency. Minimizing coupling reduces dependencies between modules, improving maintainability and system independence.
A video solution is available for this question — log in and enroll to watch it.