C++ strongly supports the concept of reusability. The C++ classes can be reused in several ways. Once a class has been written and tested, it can be adapted by another programmer to suit their ...
This is something I have wondered for a while, and having dug up some old code, the thought has been re-ignited in my brain.<BR><BR>If private inheritance describes an 'implemented in terms of' ...