About Design Patterns
Design patterns are used for day to day problems we encounter during the development of the application.
There are mainly three categories of design patterns.
• Creational Patterns
- Abstract factory (Frequently used)
- Builder
- Factory method
- Prototype-
Singleton (Frequently used)
•Structural Patterns
- Adapter
- Bridge
- Composite
- Decorator-
Façade (Frequently used)
- Flyweight
- Proxy
• Behavioral Patterns
- Chain of responsibility
- Command-
Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor
Design Patterns Categories
Thursday, July 30, 2009
Posted by Chirag at Thursday, July 30, 2009
Labels: design patterns;creational pattern;structural patterns;behaviour patterns
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment