View Single Post
Re: C++ overriding methods using virtual
Old
  (#4)
Cheeseh
[rcbot]
 
Cheeseh's Avatar
 
Status: Offline
Posts: 361
Join Date: Dec 2003
Location: China
Default 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..
  
Reply With Quote