CS202
4- ‹#›
n
First, the pointer to the object
must be dereferenced.
Second, the vptr must be
dereferenced to access the
correct vtbl. Third, the
member function pointer in
the vtbl must be accessed to
call the correct member
function for the object.