when we create an object of derived class.... first the base class constructor executes and then the derived class constructor executes........ but when an object of the derived class is destroyed the destructors execute in the reverse order.... what i
want to know is that why constructors execute base-to-derive and destructors execute derive-to-base???
farooq.hnf