Design patterns
From CSSEMediaWiki
Revision as of 02:59, 23 July 2008 by Jason Clutterbuck (Talk | contribs)
Creational Patterns
- * Abstract Factory
- * Builder
- * Factory Method
- * Prototype
- * Singleton
Structural Patterns
- * Adapter
- * Bridge
- * Composite
- * Decorator
- * Facade
- * Flyweight
- * Proxy
Behavioral Patterns
- * Chain of Responsibility
- * Command
- * Interpreter
- * Iterator
- * Mediator
- * Memento
- * Observer
- * State
- Allows an object to change its behavior by representing different behaviors as different classes.
- * Strategy
- * Template Method
- * Visitor
- * Memento
This should look familiar it is straight from Design Patterns By the Gang of Four.