Design Patterns - Builder
Design Patterns Category Design Patterns Index 2. Builder Intent: Separate the construction of a complex object from its representation so that the same construction process can create different representations. Applicability: the algorithm for creating a complex object should be independent...
