InterviewSolution
Saved Bookmarks
| 1. |
What Is Loose-coupling? |
|
Answer» Loose coupling is a desirable quality of software, which allows one part of software to modify WITHOUT affecting other part of software. For example in a loosely coupled software a change in UI LAYOUT should not affect the back-end class STRUCTURE. Loose coupling is a desirable quality of software, which allows one part of software to modify without affecting other part of software. For example in a loosely coupled software a change in UI layout should not affect the back-end class structure. |
|