Mid GoF Patterns

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).

More from Design Patterns in C#

All questions for this course