Lecture 5 - Slide 6 : 40
Virtual Functions

A virtual member function in C++ works as expected:

The dynamic type of the receiver controls which function to call.

Destructors may also be virtual, ยง17.2.5 (4ed).

To see this image you must download and install the SVG plugin from Adobe.In Firefox please consultthis page.