On 11 April 2013 11:11, Walter Bright <newshound2@digitalmars.com> wrote:
On 4/10/2013 2:12 AM, Manu wrote:
Nobody has yet showed me an example of a typical class where it would make ANY
sense that all (or even most) methods be virtual. (Again, not talking about
small/trivial or foundational/container classes, people don't write these every
day, they write them once, and use them for a decade, and they probably like in
the standard library)

Expression, Statement, Type, and Dsymbol in the compiler sources.

The bases? Do you write those classes every day, or are they a tool that you've been using for decade(/s)?