The builder pattern is a design pattern that provides a flexible solution to various object creation problems in object-oriented programming.
The builder pattern separates the construction of a complex object from its representation.
- Author:
- Philippe Charles
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the method that builds the object.