Skip to content

Factory Pattern Creational Design Pattern

aa1994 edited this page Nov 18, 2018 · 1 revision

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.

Clone this wiki locally