Answer may be:
A class that has one instance is called the singleton class. All its variables and methods belong to that one instance of the class only. The concept is useful where there is a need to limit the instance of the class.