Skip to content

Files

Latest commit

4b42b88 · Jul 22, 2020

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 22, 2020
Jul 22, 2020

Singleton Coding Exercise

Since implementing a singleton is easy, you have a different challenge: write a function called is_singleton() . This method takes a factory method that returns an object and it's up to you to determine whether or not that object is a singleton instance.