ASL STEM Logo

ASL STEM

Factory Sign Video

Upload On Mon Aug 27 2012 by ASL STEM

Average Rating: No Ratings

Definition

The factory method pattern is an object-oriented design pattern to implement the concept of factories. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created. The essence of the Factory method Pattern is to "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."[1]