Mid GoF Patterns

Mediator (ChatMediator):?

  • The mediator manages communication between the users. It maintains a list

of all users and broadcasts messages to all other users when one user sends

a message.

  • This keeps the users from directly knowing about each other, thus promoting

loose coupling.

More from Design Patterns in C#

All questions for this course