What is a singleton? Write a simple implementation of a singleton.

Singleton is a class that can have only one instance. For singleton example, see Singleton pattern in "Design Patterns" of E.Gamma, etc.

No comments: