static class

dennis luehring dl.soluz at gmx.net
Mon Feb 18 09:38:48 PST 2013


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


More information about the Digitalmars-d-learn mailing list