Microsoft Visual Basic Design Patterns (Microsoft Professional Series)
The roles and functions of the Singleton design pattern are as follows:
- TargetFactory Defines a CreateInstance method to create a single unique instance of a Target object.
- Target Defines the object expected by the client.