+ 1
It's a table of function pointers. Each virtual method is put into the vtable, and for each class that inherits another class with virtual methods, they get their own vtable and they override the function pointers to their own
10th Aug 2017, 7:17 AM
aklex
aklex - avatar