Why is this legal?

bauss via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 30 08:51:47 PDT 2017


On Wednesday, 29 March 2017 at 10:08:02 UTC, abad wrote:
> Related question, it seems that final methods are allowed in 
> interfaces. Obviously you can't implement them anywhere, so is 
> this also on purpose and on what rationale? :)

That is not necessarily true. Final doesn't imply it can't be 
implemented. It implies that it cannot be override.



More information about the Digitalmars-d-learn mailing list