Java abstract factory design pattern
Java abstract factory design pattern is one level higher than the factory design pattern. It comes under the Creational Design Pattern category. In abstract factory design pattern a super factory is responsible to create other factories of related objects. A factory will be created from a super factory class without exposing the creation logic to … Read more