Thomas Hruska wrote:

[deleted as irrelevant]
> I rarely use pure virtual functions.  They cause too 
> many problems.
>
>   
I don't see that "pure virtual functions" cause any problem other than 
guaranteeing that derived classes actually have bodies for the required 
(pure) methods.
now if you have a meaningful default implementation for a virtual 
function, then you don't declare it pure.

Reply via email to