Dezign Patterns
State Design Pattern
The State Pattern allows an object to alter its behavior when its internal state changes. The object will appear to change its class.
The State Pattern allows an object to alter its behavior when its internal state changes. The object will appear to change its class.