Name: Factory Method Intent: very similar to the Abstract Factory, but - the goal is one complex/composite object/product - all goal product are structurally equal Structure very similar to the Abstract Factory, but - it is an abstract class instead of an interface - is has a method to create a complex product - option: factory method is final