therezacuet/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
Java
Factory Pattern defines an interface for creating an object, but let’s the classes that implement the interface decide which class to instantiate
Java