Non-Virtual Interface and Interface Implementation
Jonathan M Davis
jmdavisProg at gmx.com
Fri Nov 11 10:50:48 PST 2011
On Friday, November 11, 2011 10:28 Andrej Mitrovic wrote:
> I thought interfaces can't have function bodies?
They can for final functions (which is unique to D, I believe). There are a
few things about interfaces that are unique to D, but I'd have to go reread
the relevant section in TDPL to remember all of the details.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list