> 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 :)

Reply via email to