Memento: Introduction
Get a brief introduction to the Memento design pattern.
We'll cover the following...
The Memento design pattern is used specifically for storing intermediate states of some data so that the actions can be undone and the state can be reverted.