Memory Consumption:?
- If the object’s state is large or changes frequently, the Memento Pattern can
result in significant memory usage, as you need to store many copies of the
state (each memento).
result in significant memory usage, as you need to store many copies of the
state (each memento).