Tagged “Abstract Factory design pattern”

Design Patterns - Abstract Factory design pattern

18 Sep, 2014

Abstract Factory design pattern comes under the category creational pattern. It is also called factory of factories. It provides a way to encapsulate a group of factories which have common behaviour or theme without specifying which underlying concrete objects are created. It is one level of abstraction higher than Factory pattern.

Tags:

See all tags.