Start your All-Access Pass to unlock this challenge
Which of the following is most true about the observer pattern.
The notify() method must be called by the observer: not by an outside class.
notify()
You can only pass exactly one argument to the observers.
You must create a dedicated interface for the observers.
The subject class must have a notify() method (though you can name it whatever you want).