Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The _ operator returns a reference to
Q2: Employee is a base class and HourlyWorker
Q3: If objects of all the classes derived
Q4: [C++11] In C++11, you can tell the
Q5: Which of the following statements about polymorphism
Q7: Which of the following is not allowed?<br>A)
Q8: Virtual functions must:<br>A) Be overridden in every
Q9: Problems using switch logic to deal with
Q10: An abstract class will:<br>A) Have all zero
Q11: Downcasting enables:<br>A) A derived-class object to be