Build your intuition. Is this statement true or false?
The Observer pattern is a behavioral design pattern that allows an object, called the subject, to maintain a list of its dependents, called observers, and notify them automatically of any state changes.
Press true if you believe the statement is correct, or false otherwise.