Mid GoF Patterns

Observers (NewsSubscriber):?

  • The NewsSubscriber class represents an observer. Each subscriber listens

to the publisher and updates its state (in this case, by printing the news) when

the publisher notifies them.

More from Design Patterns in C#

All questions for this course