Multiple Choice
A __________ of a base class expects to be overridden in a derived class.
A) constructor function
B) destructor function
C) static function
D) virtual function
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Protected members of a base class are
Q24: More than one class may be derived
Q25: Select all that apply. In an inheritance
Q26: Pointers to a base class may be
Q27: When the compiler binds a member function
Q29: When arguments must be passed to the
Q30: In C++11, if a derived class attempts
Q31: When you derive a class from an
Q32: Multiple inheritance opens the opportunity for a
Q33: Functions that are dynamically bound by the