Contents Up << >>

Inheritance: Constructors and destructors

When my base class's constructor calls a virtual function, why doesn't my derived class's virtual function get invoked?
Does a derived class destructor need to explicitly call the base destructor?