By: P. Sommerlad
Summary: Encapsulate management of the instances of a class into a separate manager object. This allows variation of management functionality independent of the class and reuse of the manager for different object classes.
Encapsulate management of the instances of a class into a separate manager object. This allows variation of management functionality independent of the class and reuse of the manager for different object classes.