What is the purpose of the Memento pattern?
- The Memento pattern is used to provide access control to an object's internal state.
- The Memento pattern is used to store the state of an object in a database so that it can be restored later.
- The Memento pattern is used to store the state of an object so that it can be restored later.
- The Memento pattern is used to store the state of multiple objects so that they can be restored later.
The Memento pattern is used to store the state of an object so that it can be restored later.
Loading...