0 votes
in Design Patterns by

What is Memento pattern?

1 Answer

0 votes
by

Memento pattern is used to restore state of an object to a previous state. Memento pattern falls under behavioral pattern category.

...