Correct Answer : Option (C) : Lookup table to resolve function calls in dynamic manners
Explanation : vtable is a lookup table that is used to resolve the function calls in dynamic/late binding manners.