| | [No title] (Site not responding. Last check: 2007-10-21) |
 | | A solution to a Fragile-Base Class Problem It is possible to fortify at least a significant chunk of a class derivation tree, even against additions of virtual functions to a base class. |
 | | This technique requires some discipline in building a hierarchy, but in return guarantees that only the top-most class needs to be recompiled to take into account modifications made to a base class. |
 | | The Upshot When a base class of a class hierarchy is extended with new data members, overridden virtual methods, or even with new virtual functions, it is nevertheless possible to avoid rebuilding of the entire hierarchy. |
| okmij.org /ftp/c++-digest/FBCSolution.txt (569 words) |