/Factory-Design-Pattern

Factory Pattern defines an interface for creating an object, but let’s the classes that implement the interface decide which class to instantiate

Primary LanguageJava

Stargazers