virtual-by-default rant

Walter Bright newshound2 at digitalmars.com
Sat Mar 17 18:53:23 PDT 2012


On 3/17/2012 6:23 PM, Manu wrote:
> Tag everything as final individually?

You can use:

     final
     {
         ... all the final members ...
     }

instead of individual tags.


More information about the Digitalmars-d mailing list