Multiple choice technology architecture

The Indirection Pattern helps:

  1. Avoid direct coupling

  2. Maintain low coupling and high reusability

  3. None of the above

  4. Both A and B

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

The Indirection pattern supports low coupling and reusability by assigning responsibility to an intermediate object that mediates between other components. This avoids direct coupling between components, making the system more flexible and reusable. Option D correctly captures both benefits.