Factory Method, define an interface to create an object, but let subclasses decide which class to instantiate. The Factory Method allows you to defer instantiation to subclasses.