1.

WHICH_OF_THESE_IS_CORRECT_WITH_CONTEXT_TO_COUPLING??$

A. Failure to hide information leads to loose coupling and cannot be avoided
B. Modules that communicate using special data types and structures are less tightly coupled than modules with simple values
C. When modules communicate only through public module interface, their coupling strength is proportional to the number of messages and number of data passed in between
D. All of the mentioned
Answer» D. All of the mentioned


Discussion

No Comment Found