1.

What is vtable in C++?

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
Answer» B. Lookup table to resolve function calls in static manners


Discussion

No Comment Found