News

My memory on this is a little sketchy, but I think that when you make a call on a virtual function, the virtual function table must be consulted before method invocation, whereas non-virtual functions ...
I ask because it doesn't seem to be for me. I've got a number of classes that inherit from a base class with some virtual functions. When I have a base class pointer everything works fine as it should ...