Advanced C++: Duality Of Public Inheritance - Interface & Implementation

The seeming innocent public inheritance has a duality in it: inheritance of interface and inheritance of implementation. A software designer should be able to separate the two concepts and know which one to use. Notes can be downloaded from:
Back to Top