/Observer

this repo contains Observer design pattern implementation using C#

Primary LanguageC#

Observer

this example is an implementation about Observer design pattern using C#

About example :

in this example whaen magazine has change its state by (Register or remove or even notify), the ISubject will contact directly with IObserver to update the reader.

Example uml diagram :

Blank diagram (3)