> Ok the point is: if I am overriding the function f(), why is the > Base::f() called instead of Derived::f()???
Because you're not declaring f() as virtual. -- Keith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
