In the Builder pattern why doesn't the Client get the result from the Director?

46 Views Asked by At

If the Client has to ask the Director to create the object wouldn't it make sense for the Client to also retrieve the result from the Director (instead of the Builder/ConcreteBuilder)?

0

There are 0 best solutions below