Contents [0/4] |
Overview of Today's Class [1/4] |
Structural Patterns: Facade [2/4] |
Patterns [3/4] |
Other Patterns [4/4] |
Overview of Today's Class [1/4] |
Announcements
Facade
Other patterns?
Class Review
Quiz (Last hour)
Structural Patterns: Facade [2/4] |
Example files are here
Patterns [3/4] |
Purpose | ||||
Creational | Structural | Behavioral | ||
Scope | Class | Factory Method (107) | Adapter (class) (139) | Interpreter (243) Template Method (325) |
Object | Abstract Factory (87) Builder (97) Prototype (117) Singleton (127) |
Adapter (object) (139) Bridge (151) Composite (163) Decorator (175) Facade (185) Flyweight (195) Proxy (207) |
Chain of Responsibility (223) Command (233) Iterator (257) Mediator (273) Memento (283) Observer (293) State (305) Strategy (315) Visitor (331) |
Other Patterns [4/4] |
Structural
Behavioral
Revised: 2002/06/03