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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub