override(T)

Marianne Gagnon auria.mg at gmail.com
Thu Sep 24 07:30:47 PDT 2009


> So I was thinking of this:
> 
> class LotterySimulation : Lottery, Figure {
>      override(Lottery) void draw();
>      override(Figure) void draw();
> }
> 
> This is easy to implement, scales well, and has good real world uses. 
> What say you?
> 

One vote in favor :)



More information about the Digitalmars-d mailing list