Sunday, August 06, 2006

Design Pattern : Factory Pattern


Factory Pattern:Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory method lets a class defer instantiation to subclasses.

0 Comments:

Post a Comment

<< Home