Mediator Design Pattern

Mediator Design Pattern

Channel:
Subscribers:
25,200
Published on ● Video Link: https://www.youtube.com/watch?v=WO2d88H4_10



Duration: 6:51
2,906 views
36


Mediator Design Pattern Article : https://medium.com/@sean_bradley/mediator-design-pattern-5b1a8d05b8

Design Patterns In Python Book : https://www.amazon.com/dp/B08XLJ8Z2J

The mediator pattern is a behavioural pattern that defines an object that encapsulates how a set of objects interact.

With the mediator pattern, communication between objects is encapsulated within a mediator object.

Objects communicate through the mediator rather than directly with each other.

#python
#pythonDesignPatterns







Tags:
python
design patterns
mediator design pattern
B08XLJ8Z2J