Singleton
* An example in Smalltalk is the set of changes to the code which is ChangeSet current
* InterViews user interface toolkit uses the Singleton pattern to access the unique instance of its Session and WidgetKit classes
See Abstract Factory (87), Builder (97) andPrototype (117)