Page 1 of 1

What is vtable in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) Lookup table to resolve function calls in dynamic manners
b) Lookup table to resolve function calls in static manners
c) Lookup table to see which are the functions available for calls throughout the program
d) Lookup table to check how many functions are there int he program