Package design.pattern.creational
Interface AbstractFactory
public interface AbstractFactory
AbstractFactory
is used when we need to isolate the object creation with group of dependant objectsAbstractFactory
is used when we need to isolate the object creation with group of dependant objects