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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub