Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Factory Method Pattern
https://deviq.com/design-patterns/factory-method-pattern/
links
backlinks
Roast topics
Find topics
Find it!
The Factory Method pattern is an object creation pattern from the Design Patterns book. It defines an interface or abstract class for creating an object but leaves the specifics to the implementations.