Applied Design Patterns with Java

Creational :: Builder (97) {C ch 7}

Applicability
Use the
Builder pattern when

Structure




Participants

Builder - specifies an abstract interface for creating parts of a Product object.

ConcreteBuilder


Director - constructs an object using the Builder interface.

Product

Catalog Creational Prev Next