extends and implements

%u null at devnull.com
Mon Nov 7 10:22:07 PST 2011


Hello.

I know D isn't Java, but one trivial thing I liked about Java is
the introduction of 'extends' and 'implements' as keywords as ways
to clarify the class relationships when defining a class.  You
know:

class Subclass extends SuperClass implements AnInterface {
...
}

Will they ever add this in to D?  If not, why not?

thanks.


More information about the Digitalmars-d-learn mailing list