Factory Method: Introduction
Get a brief introduction to the Factory Method pattern.
We'll cover the following...
The Factory Method pattern is used for creating a concrete implementation of a particular abstract type or interface. This design pattern is applied when a concrete implementation of an ...