Singleton

Home > Computer Science > Software Engineering > Software design patterns > Singleton

Singleton is a creational design pattern that ensures a class has only one instance, providing a global point of access to it.