Observer Pattern

Observer Pattern is one of the behavioural design patterns. It defines a one-to-many dependency between objects so that when one object changes its state, all of its dependents are notified and updated automatically. In this pattern, it is very important to understand below terms Subject : The object which is being watched is called the […]

Share this article on