What is VTable

(virtual function table) An ordered array containing pointers to virtual functions. Each object must also contain a pointer to its vtable; a pointer to this pointer is returned by QueryInterface.