Mid GoF Patterns

Centralized Control:?

  • The mediator controls the communication between all the colleagues, which

makes it easier to modify or extend how messages are passed. For example,

adding new features like message filtering or logging can be done in the

mediator without affecting the users.

More from Design Patterns in C#

All questions for this course