Robert Cecil Martin 1997b
From CSSEMediaWiki
(Difference between revisions)
(New page: Bob Martin's Parallel inheritance problem paper:http://www.objectmentor.com/resources/articles/dih.pdf Dual inheritance hierarchies. The paper is hard work if you don't know ...) |
|||
Line 1: | Line 1: | ||
− | + | [[Bob Martin]]'s [[Parallel hierarchies problem]] paper:[[http://www.objectmentor.com/resources/articles/dih.pdf Dual inheritance hierarchies]]. | |
− | [[Bob Martin]]'s [[Parallel | + | |
The paper is hard work if you don't know C++. | The paper is hard work if you don't know C++. |
Revision as of 03:52, 22 August 2008
Bob Martin's Parallel hierarchies problem paper:[Dual inheritance hierarchies].
The paper is hard work if you don't know C++.
An interesting bit is his Intelligent children pattern.