By egregory
via architects.dzone.com
Published: Nov 05 2012 / 07:39
Define an interface for creating an object, but let the classes that implement the interface decide which class to instantiate. The Factory method lets a class defer instantiation to subclasses.
Add your comment