There is a performance impact if you use virtual functions because virtual
functions are compiled to be indirect calls, which are slower than direct
calls. You may be able to minimize this performance impact depending on
your program design by using a minimum number of parameters on the virtual
functions.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.