Definition
A hidden table of function pointers that makes object-oriented code work.
Virtual function table — a data structure of method pointers used to implement polymorphic dispatch in C++ and COM-style binaries.
A hidden table of function pointers that makes object-oriented code work.
Virtual function table — a data structure of method pointers used to implement polymorphic dispatch in C++ and COM-style binaries.