Skip to content

Memento Design Pattern

Devrath edited this page May 23, 2021 · 6 revisions

Why we use this pattern

  • We use the Momento design pattern to implement undo mechanisms.

Projects
Editor

Project: Editor

Demo1

  • There are three pars here originator, momento, care-taker
Clone this wiki locally