<<< Abstract Factory Structure | Index | Builder Sample I, Maze Game >>> |
Problem to solve:
Client has a set of configurations for complex objects.
Client wants a uniform way to construct complex objects for each configuration.
<<< Abstract Factory Structure | Index | Builder Sample I, Maze Game >>> |