State Pattern
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
The patterns is defined as allowing an object to alter behavior when its internal state changes so that it appears to change its class.
Search
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
The patterns is defined as allowing an object to alter behavior when its internal state changes so that it appears to change its class.