Design Pattern Archive

Memento Pattern Design Patterns in java

The memento pattern comes under the behavioral patterns in object-oriented programming. In the memento pattern, the object is given the facility to restore its preceding state. The three objects include, the originator, a caretaker plus …