Multiple choice

Modules are ______ due to which the same module can not be reused in another scenario

  1. highly -coupled

  2. loosely coupled

  3. not coupled

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Highly coupled modules have strong interdependencies, making the same module difficult to reuse in different scenarios. Changes in one module force changes in others, reducing flexibility. Loose coupling enables reusability by minimizing dependencies between modules.