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.

Related questions

0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
...