Abstract Factory

Also called a kit.

Problem

We want to decouple the way an assembly is constructed from the way the components are constructed.

Solution

Structure

 

Implementation

Assembly.java

TestFactory.java

Examples

GUI Toolkits

MazeMaker

App Factory