Mid GoF Patterns

Single Point of Failure:?

  • Since the mediator handles all interactions between objects, it becomes a

critical part of the system. If the mediator fails, the entire communication

system breaks down. This could be mitigated by introducing fault tolerance or

redundancy in the mediator.

More from Design Patterns in C#

All questions for this course