2020-Feb State Pattern DefinitionThe state pattern is used to alter the behaviour of an object as its internal state changes. The pattern allows the class for an object to apparently change at run-time. References http://www.blackwasp.co.uk/gofpatterns.aspx http://www.blackwasp.co.uk/State.aspx Newer Singleton Pattern Older Strategy Pattern