[LC++]Generic programming vs OO inheritance

Mark Phillips mark at austrics.com.au
Tue Aug 14 13:37:08 UTC 2001


The object oriented way of doing things seems to be:

define a base class with pure virtual functions in it, and
then define various inherited versions of this base class
which implement the functionality of the base class in
various different ways.



More information about the tuxCPProgramming mailing list