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

Verified
Correct Answer:
Verified
Related Questions
Q5: To indicate that a member function of
Q6: When the compiler binds a call to
Q7: A virtual function is declared by placing
Q8: A class with at least one pure
Q9: Polymorphism is when _ in a class
Q11: _ to a base class may be
Q12: When more than one class is derived
Q13: A pure virtual function<br>A) must be overridden
Q14: An abstract class is<br>A) one that has
Q15: Polymorphism in C++ will not work unless