Real World usage of D, Today (was Re: challenge #2: implement the varargs_reduce metafunction)

Walter Bright newshound at digitalmars.com
Fri Jan 26 23:14:01 PST 2007


James Dennett wrote:
> Could you maybe explain what you mean by "C++-style
> overriding" as opposed to Java-style overriding?  In
> what way is D more like C++ here than like Java?

In C++, overriding one function in a base class prevents use of any of 
the base class function's overloads. In Java, you can override one 
overload and inherit the rest.



More information about the Digitalmars-d mailing list