The code shows Singleton class written with intent to prevent creation
of mulitple objects at run-time. There is, however, one missed detail,
allowing to create multiple instances of Singleton. What is that?





C# question 1