Factory Pattern Creational Design Pattern - aa1994/DesignPatterns GitHub Wiki

Factory Pattern is part of the Creational Design Pattern category.

The main use of the Factory Pattern is to collate the creation of objects in one single class.