Analyst Integration Question:

Explain loose-coupling?

Tweet Share WhatsApp

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.

Download Integration Programmer PDF Read All 41 Integration Programmer Questions
Previous QuestionNext Question
Can you please explain the difference between class and an object?Can you please explain the difference between composition, aggregation and association?