programming_notes/java/Design_patterns/Singleton_pattern at master · Emrys-Hong/programming_notes · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Readme.md

when to use

prevent the same instance of class to be generated twice

how to use

call a constructor in a method to build the class.