Singleton
Term side of the Card
Topic: Creational Patterns
Unit title: Singleton
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that restricts the instantiation of a class to a single object. It provides a way to access that instance globally, ensuring that there is only one instance of the class in the system.