June 2016
Beginner to intermediate
292 pages
6h 8m
English
Another way to delegate the task of creating objects to another object is using the builder pattern. This pattern is used to create complex objects that usually require a step-by-step approach.
In the classical definition, this pattern involves the following actors:
In a nutshell, the client asks for a product from the director, who creates it by means of the builder. ...
Read now
Unlock full access