Multiple Choice
Declaring a member function of a class to be a _ will cause the C++ compiler to use dynamic binding.
A) static function
B) destructor function
C) virtual function
D) constructor function
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: To indicate that a member function of
Q3: When a virtual member function of a
Q4: A class with at least one pure
Q4: In C++ polymorphism is very difficult to
Q5: functions are dynamically bound by the compiler.<br>A)Constructor<br>B)Static<br>C)Destructor<br>D)Virtual<br>E)None
Q7: An abstract class is<br>A)one that supports polymorphism.<br>B)one
Q8: to a base class may be assigned
Q9: Polymorphism is when in a class hierarchy
Q10: A pure virtual function<br>A)must be accompanied by
Q18: Static binding occurs when the compiler binds