Pattern | Intent |
Decorator | Converts one interface to another |
Adapter | Doesn’t alter the interface, but adds responsibility |
Facade | Makes an interface simpler |
Composite | Clients treat collections of objects and individual objects uniformly |
Iterator | Provides a way to traverse a collection of objects without exposing the collection’s implementation |
A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates) Be in touch with java jazzle or k2java.blogspot.com.
Wednesday, March 2, 2011
Pattern and their intent
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment