Which of the following best describes Coupling?
- A. A linear, sequential software development model where each phase must be completed before the next begins.
- B. The process of modifying software after delivery to fix issues or improve performance.
- C. A measure of how closely connected different modules of a software system are. ✓
- D. A measure of how strongly related the responsibilities within a single module are.
Correct answer
C. A measure of how closely connected different modules of a software system are.
Explanation
Coupling refers to a measure of how closely connected different modules of a software system are.