IntermediateVocabulary#software-architecture#backend#developer-tools

Factory Pattern Vocabulary

Learn the vocabulary of centralizing object creation behind a method that decides which concrete class to instantiate.

0 / 5 completed
1 / 5
At standup, a dev mentions centralizing object creation behind a dedicated method that decides which concrete class to instantiate, so calling code never has to name a concrete class directly. What is this design pattern called?