Overriding interface method without implementation

Timon Gehr timon.gehr at gmx.ch
Sun Nov 17 14:27:02 PST 2013


On 11/17/2013 07:58 PM, Uranuz wrote:
> But may be some keyword or attribute is needed to tell the compiler if
> this function will be implemented in some other way or it's just a
> missing body.

Mark foo 'abstract' and your code will compile.


More information about the Digitalmars-d mailing list