Factory
Factory pattern
· ☕ 3 min read · ✍️ t1
The factory pattern defines an interface for creating objects in a super class, but allows subclasses to alter the objects that will be created.