Loading
Builder pattern falls under the Creational design pattern. The Builder pattern separates the construction phase of a complex object from its representation so that the same construction logic can be used for different objects and the output representation may be different.
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.