Hi can anyone explain me what is singleton class i...
# announcements
a
Hi can anyone explain me what is singleton class in simple language I can't understant it
b
It's a class you only create/instantiate once
m
Ensure a class has only one instance, and provide a global point of access to it.
https://sourcemaking.com/design_patterns/singleton
1