Am 17.02.2013 23:25, schrieb Jonathan M Davis:
On Sunday, February 17, 2013 23:00:19 Michael wrote:
> That's not the meaning of static in that context.

As I understand a static class can't be instantiated.

I have no idea how you came to that conclusion. That's not what it means for a
class to be static at all. The only place that static has any effect on classes
is for nested classes. A static, nested class is like any other class except
that it's inside another class, which affects its path. e.g.

i think hes refering to c# static class

Reply via email to