While studying the Unity Singleton pattern, I saw code like this on the web. I've seen syntax starting with lowercase o
. If you're implementing an object, don't you have to use capital O
? Below is the phrase I saw.
private static object syncobj = new object();