Is the factory pattern suitable for making more than one object? -



Is the factory pattern suitable for making more than one object? -

i have create lot of objects relate each (i.e. 1 passed in parameter of constructor other) work.

usually mill type patterns seem suitable making 1 object. several. thinking of doing fluent interface , properties on class final objects, or utilize specification design pattern. there other improve way?

thanks

it sounds want builder pattern

sorry, link had dead image, this one may help also

design-patterns

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -