Which of the following types of coupling has the weakest coupling?
2013
Which of the following types of coupling has the weakest coupling?
Answer: D. Message coupling — Message coupling is identified as the weakest form because modules interact via messages without direct dependencies on internal data structures, minimizing…
- A.
Pathological coupling
- B.
Control coupling
- C.
Data coupling
- D.
Message coupling
Attempted by 200 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.
Loading lesson…