Memento Design Pattern
The memento pattern is a behavioral pattern that allows you to save and restore an object's previous state without revealing its implementation details.
The memento pattern is a behavioral pattern that allows you to save and restore an object's previous state without revealing its implementation details.