Q:

The Mediator pattern has which of the following advantages

0

The Mediator pattern has which of the following advantages


  1. It decouples collaborators, making them more changeable and reusable
  2. It centralizes control of an interaction in the mediator class, making it easier to change, thus increasing modifiability
  3. It simplifies the collaborators, making them easier to understand, and hence to change
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)