Builder
Separates object construction from its representation
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
The different Builders must implement the same multistep interface for the Director to be able to step through the assembly process.
Simply, combining multiple simple objects to make multiple combination of complex objects.
Last updated
Was this helpful?