What is the difference between Façade and Mediator?
- Façade and Mediator are the same thing.
- Façade and Mediator have no relationship to each other.
- Façade is a pattern for communication between components of a system, while Mediator is a simplified interface to a complex system. Façade is a two-way communication pattern, while Mediator is a one-way communication pattern.
- Façade is a simplified interface to a complex system, while Mediator is a pattern for communication between components of a system. Façade is a one-way communication pattern, while Mediator is a two-way communication pattern.
The Façade pattern provides a simplified interface to a complex system, while the Mediator pattern provides a way for components of a system to communicate with each other in a loosely coupled manner. Façade is a one-way communication pattern, while Mediator is a two-way communication pattern.
Loading...