Q23
Which of the following is true about virtual functions in C++?
A.
They cannot be overloaded.
B.
They can be static.
C.
They are resolved at compile-time.
D.
They are resolved at runtime.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board