There are many resources online about VTables. They commonly have the same statement regarding them:
\"Whenever a class itself contains virtual functions or ove
In addition, some classes don't have a vtable because is explicitly removed, see __declspec(novtable) (compiler specific)