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
Post a Comment