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.
to the publisher and updates its state (in this case, by printing the news) when
the publisher notifies them.