In Software Engineering, what does “coupling” refer to ?
2025
In Software Engineering, what does “coupling” refer to ?
- A.
The degree to which one software component is dependent on another
- B.
The integration of various programming languages
- C.
The physical connection between hardware components
- D.
The division of software into smaller units
Attempted by 48 students.
Show answer & explanation
Correct answer: A
Coupling refers to the degree of interdependence between software modules. Low coupling is desirable as it makes systems easier to maintain and modify.