

MCQOPTIONS
Saved Bookmarks
1. |
Virtual functions in C++ tells the compiler to perform ______________________ on such functions. |
A. | static binding |
B. | late binding |
C. | compile time binding |
D. | no binding |
Answer» C. compile time binding | |