5.3 Memento

  • Memento
    1. We learn how to use the memento pattern to store state. This allows us to do multi-level undo and redo, combined with the Command pattern. The memento is also compared to the serialization mechanism in Java.

Complete and Continue  
Discussion

0 comments