Question

Q3: Which of the following statements about virtual functions is false?
a. They allow the program to select the correct implementation at execution time.
b. They can use either static or dynamic binding, depending on the handles on which the functions are called.
c. They do not remain virtual down the inheritance hierarchy.
d. They can be called using the dot operator.

Answer

This answer is hidden. It contains 52 characters.