virtual function pointer table 继承中的虚函数表
Every object has some additional bytes that the common language runtime USES to manage the object, such as the object's virtual table pointer and a reference to a sync block.
每个对象都有一些附加字节,通用语言运行库用来管理对象,如对象的虚表指针和同步锁定引用。
First, the Vee-Table pointer is used to access virtual functions, and data members are accessed directly using compile time offsets.
首先,Vee - Table指针用于访问虚函数,而对数据成员的访问直接使用编译时偏移量实现。
应用推荐