Memento
Term side of the Card
Topic: Behavioral Patterns
Unit title: Memento
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that stores an object's state at a specific point in time and allows it to be restored later. It encapsulates the object's state in a memento object, enabling undo/redo functionality in systems.