This pattern evaluates scenarios where you need just one object and you don’t want to create multiple objects of that particular class. Or simply put restricting construction of more than one object” Which pattern is it?
a. Structural Pattern
b. Behavioral Pattern
c. Singleton pattern