Mid GoF Patterns

State Persistence:?

  • The pattern enables the persistence of object states over time, which can be

useful in applications like text editors, form submissions, or game states

where you need to track changes and revert when needed.

Considerations:

More from Design Patterns in C#

All questions for this course