Tag Archives: Design Patterns

Abstract Factory Pattern in Java

In this post, We will talk and learn about the Abstract Factory Pattern in Java. Abstract Factory pattern is almost similar to Factory Pattern except for the fact that it’s more like a factory of factories. Abstract factory pattern we can consider as another layer of abstraction over factory pattern. Whenever you need another level of abstraction over a group of… Read More »