Builder

Home > Computer Science > Software Engineering > Software design patterns > Builder

The Builder pattern is a creational design pattern that allows the construction of complex objects step by step, enabling the separation of object construction from its representation.