[E-Lang] Re: inheritance, delegation, mental models
forbegin ners (was: down with `define' (was: newbie syntax:
picayunepoints from a prejudiced programmer))
Mark S. Miller
markm@caplet.com
Sat, 03 Mar 2001 09:49:30 -0800
At 04:40 AM Saturday 3/3/01, Ben Laurie wrote:
>Hmm. You can't do that in C++ - a class is only abstract if it has an
>abstract member function. I suppose you could fudge it like this:
>
>class C
> {
> virtual void concrete()=0;
Works for me. It's a kludge, but hey, it's C++.
Cheers,
--MarkM