> > C++ classes only have an overhead if they have virtual functions. Even > passing "this" as the hidden parameter tends to get optimized away > everywhere it is important. > > Darren One passes also the "this" around. But my main point was: It does not make the design easier, more elegant. Chrilly