Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 301 Bytes

Repository with an example of using the "Observer" pattern

Theme: News Agency

Main idea:

► TRACKING CHANGES

Key ideas:

● Creating a subject and an object that will observe changes to the subject.

● Using Delegates and Events as the basis for the Observer Pattern.