Memento pattern enables an object to restore to its previous state. It consists of three classes. Originator is the one who has an internal state. It can… Read more “DESIGN PATTERNS 2 — Memento Pattern”
Tag: Design Patterns
Design Patterns 1 — UML Basics
This will be a serie of articles about Design Patterns. To describe the patterns, we must have some basic knowledge of UML. UML uses ‘+’, ‘-‘ and… Read more “Design Patterns 1 — UML Basics”