Factory Method
Quick Information/Overview Pattern Type Creational Applicable Language/Framework Agnostic OOP Pattern Source Gang of Four Difficulty Moderate — slightly easier than Abstract Factory Up Front Definitions Creator: This is the basic, abstract factory interface. Concrete Creator: Inheritor factory classes that implement some actual object creation scheme. Product: This is the base/abstract polymorphic object that gets created by…
