Community

Multiton Design Pattern

(Richard Carr) The Multiton design pattern is an extension of the singleton pattern. It ensures that a limited number of instances of a class can exist by specifying a key for each instance and allowing only a single object to be created for each of those keys.

Read More - Register for Free Membership