[Issue 2565] Interface methods need to be implemented even if base class already have them impelemented
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 7 13:22:30 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2565
shro8822 at vandals.uidaho.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
------- Comment #4 from shro8822 at vandals.uidaho.edu 2009-01-07 15:22 -------
It doesn't say it explicitly but it does say:
"All interface functions must be defined in a class that inherits from that
interface:"
and
"A reimplemented interface must implement all the interface functions, it does
not inherit them from a super class:"
Could be better.
BTW: if you alias an existing function than it will fill in an interface. I
think.
--
More information about the Digitalmars-d-bugs
mailing list