-
Is a behavioral pattern that defines how a single class can be notified of a change
-
Consider the objects displaying the data and the objects containing the data as a single entity.
-
Is also known as the publish-subscribe model where an object can publish an event that has no subscribers
-
None of the above