-
Core Java
State Pattern
Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.…
Read More » -
Core Java
Memento Pattern
Without violating encapsulation, capture and externalize an object’s internal state so that the object can be restored to this state…
Read More »