Builder Pattern
A creational pattern that separates the construction of a complex object from its representation, allowing the same construction process to produce different results.
A creational pattern that separates the construction of a complex object from its representation, allowing the same construction process to produce different results.