Which of the following types of coupling has the weakest coupling?
2013
Which of the following types of coupling has the weakest coupling?
- A.
Pathological coupling
- B.
Control coupling
- C.
Data coupling
- D.
Message coupling
Attempted by 100 students.
Show answer & explanation
Correct answer: D
Message coupling is identified as the weakest form because modules interact via messages without direct dependencies on internal data structures, minimizing interdependence compared to stronger coupling types.