News

The Factory design pattern is a simplified form of the Builder pattern. In essence, you would want to use the Builder design pattern when you need to create a complex object in a step by step manner.
In essence, while the factory method design pattern creates instances of several derived classes, the abstract factory design pattern is used to create instances of several families of classes.