Software design patterns in Java - Mediator Pattern
Mediator Pattern
The essence of the Mediator Pattern is to "define an object that encapsulates how a set of objects interact". It promotes loose coupling by keeping objects from referring to each other explicitly, and it allows their interaction to be varied independently.[3][4] Client classes can use the mediator to send messages to other clients, and can receive messages from other clients via an event on the mediator class.
Видео Software design patterns in Java - Mediator Pattern автора Фрилансер по JavaScript
Видео Software design patterns in Java - Mediator Pattern автора Фрилансер по JavaScript
Информация
4 декабря 2023 г. 7:49:59
00:13:39
Похожие видео