April 20th, 2006, 12:58 pm
Can we call virtual functions in the ctor or dtor?If both base and derived classes provide impl of those virtual functions which version of the function will be called :- when an object of the base class is created?- when an object of the derived class is created?