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. Singleton pattern
b. Structural Pattern
c. Behavioral Pattern