5. Prototype
nSpecify the kind of object to create using a prototypical instance nFor example, a photo/map editor has a palette of tools and objects that can be created nHow do we have only one class for creations, and parameterize it by the class of objects it initializes?
n