MCQOPTIONS
Saved Bookmarks
| 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 | |