Skip to content

Latest commit

 

History

History

singleton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it.