On Thu, 03 Mar 2011 16:56:45 -0500, Jonathan M Davis <[email protected]>
wrote:
Conceptually, a property makes no sense unless it's a property _of_
something.
This is your opinion, not fact. It is a property of the program/global
namespace/module whatever you want to call it.
I'd argue that C# (which has properties) doesn't have global properties,
but it
doesn't even have global variables. It doesn't have static (class)
properties
though.
Yes it does. I've used them quite a bit.
Quick search reveals:
http://www.yoda.arachsys.com/csharp/singleton.html
-Steve