Factory Method
It provides an interface for creating specialized objects of a superclass, and allowing that each subclass decides which instance to create.
Last updated
It provides an interface for creating specialized objects of a superclass, and allowing that each subclass decides which instance to create.
Last updated