InterviewSolution
Saved Bookmarks
| 1. |
The resolving of virtual functions is done at ______________(a) Compile time(b) Interpret time(c) Runtime(d) Writing source codeThe question was posed to me in an interview for job.Origin of the question is Virtual Functions topic in chapter Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct option is (C) Runtime |
|