Factory Method
E173604
UNEXPLORED
Factory Method is a creational design pattern that defines an interface for creating objects while allowing subclasses to decide which concrete classes to instantiate, promoting loose coupling and extensibility.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.
Design Patterns: Elements of Reusable Object-Oriented Software
→
describesPattern
→
Factory Method
ⓘ