|
|
|
Abstract Factory Sets of methods to make various objects.
Builder Make and return one object various ways.
Factory Method Methods to make and return components of one object various ways.
Prototype Make new objects by cloning the objects which you set as prototypes.
Singleton A class distributes the only instance of itself.
http://www.fluffycat.com/Java-Design-Patterns/
saved under Design Patterns
by
syam1224
|
|