Re: C++ overriding methods using virtual -
21-06-2004
I want to implicitly call the sub classes method, which should be done by default! But it's not, I am wondering if I am invoking the method correctly or have specified the correct parameters okay etc. There is no parameter overloading...
even if they are both defined as virtual they don't work
Last edited by Cheeseh; 21-06-2004 at 01:18..
|