superclass sources ・The programmer creates only its subclasses ・Instantiate only subclasses ・Subclasses inherit, override, or add new methods to superclass methods ・The auto-generator does not change the interface (API) used from the subclass. ・The automatic generation tool does not change the Template Method either. 2022.09.30 CakeFest