Factory Method Design Pattern
Design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Last updated
Design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
Last updated