Perhaps he meant how in Java, methods are virtual by default, unlike C++ where they are final by default.
-- Ziad On Tue, Sep 22, 2015 at 12:15 PM, Freddy via Digitalmars-d < [email protected]> wrote: > On Tuesday, 22 September 2015 at 18:58:31 UTC, Tourist wrote: > >> "D disappointed me so much when it went the Java way". >> >> https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#to-do-unclassified-proto-rules >> >> It's something about virtual calls, but I didn't understand what he >> means. What does he mean? >> > > I doubt he is talking about the whole language. From my skimming it seems > he is talking about how D copies java's classes. >
