Java設計模式之十二------備忘錄模式和狀態模式

前言 在上一篇中咱們學習了行爲模式的策略模式(Strategy Pattern)和模板模式(Template Pattern)。本篇則來學習下行爲型模式的兩個模式,備忘錄模式(Memento Pattern)和狀態模式(Memento Pattern)。 備忘錄模式 簡介web 備忘錄模式(Memento Pattern)用於保存一個對象的某個狀態,以便在適當的時候恢復對象,該模式屬於行爲型模式。
相關文章
相關標籤/搜索