System Design ( Day - 48 )
Observer Design Pattern
DefinitionDefines a One-to-many Relationship between objects so that when one object changes state, all of its dependents are notified and updated automatically.
The real world example would be like this when you subscribed to...
systemdesignbymanoj.hashnode.dev2 min read