State Pattern Approach: State pattern is one of the behavioural design patterns devised by Gang Of Four . In this pattern, the concerned object holds internal state which can change & the object’s behaviour changes accordingly.
State Pattern Approach: State pattern is one of the behavioural design patterns devised by Gang Of Four . In this pattern, the concerned object holds internal state which can change & the object’s behaviour changes accordingly.