thieumao

Memento Design Pattern - quay lại trạng thái cũ

Jul 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Memento design pattern provides the ability to store and restore object's internal state without breaking encapsulation. This pattern is useful when we have to support undo or redo operations over an object.
Advertisement
Add Comment
Please, Sign In to add comment