factory method pattern
A creational design pattern that decouples the object creation by using an abstract method in the class.
Noun
- A creational design pattern that decouples the object creation by using an abstract method in the class.
Synonyms: factory pattern