Correct Answer : Singleton class
Explanation : Singleton class allows the programmer to declare only one object of it, If one tries to declare more than one object the program results into error.