digitalmars.D - final keyword
- Deja Augustine <deja scratch-ware.net> Aug 03 2004
- Deja Augustine <deja scratch-ware.net> Aug 03 2004
I looked through the D documentation and I could find a reference to it under Attributes but I could find no more information about it. What exactly does the final keyword do? Is it something akin to .NET's sealed attribute in that it prevents further subclassing?
Aug 03 2004
Deja Augustine wrote:I looked through the D documentation and I could find a reference to it under Attributes but I could find no more information about it. What exactly does the final keyword do? Is it something akin to .NET's sealed attribute in that it prevents further subclassing?
n/m I found it
Aug 03 2004








Deja Augustine <deja scratch-ware.net>