Mid GoF Patterns

Subject (NewsPublisher):?

  • The NewsPublisher class acts as the subject in the Observer Pattern. It

maintains a list of IObserver instances (subscribers) and provides methods

to add (Subscribe), remove (Unsubscribe), and notify them (Notify).

More from Design Patterns in C#

All questions for this course