Intent
Allow an object to alter its behaviour when its internal state changes. It appears as if the object has changed its class
Applicability
An object’s behaviour is dependent on its state.
Structure

Participants
Collaboration
Context is the __________ for clients.
primary interface
Related Patterns
Flyweight and State
__________ state-specific requests to the current ConcreteState object.
Context