Q839
What is vtable in C++?
A.
Lookup table to resolve function calls in dynamic manners
AnswerB.
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: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board