vtable contains pointers to virtual functions of that class. Does it also contains pointers to non-virtual functions as well?
Thx!
No. A vtable only contains pointers to virtual functions in the same class or file.