Since 4/2/2012 6:11:42 AM, mark.kust has written 2 articles and participated in 0 conversations. mark.kust signature: mark.kust
mark.kust's articles:
Items(2) /1
abstract base class derived from a concrete class?13172 (10/4/2005 6:59:38 PM) comp.lang.c++.moderated Hi, I've recently begun reviewing a body of code for re-engineering and came across a number of situations where abstract base classes have been derived (through public inheritance for all examples in this ... MPK
Bridge patterns and protected inheritance?1298 (9/21/2005 4:44:40 PM) comp.lang.c++.moderated Hi, I have a question regarding the use of the Bridge design pattern. In particular, it has been suggested to me that the pattern be implemented using protected inheritance of the handle by the body. The ju... MPK