Multiple Choice
A virtual function is a member function that expects to be ________ in a derived class.
A) ignored
B) called frequently
C) overridden
D) private
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: _ members of a base class are
Q7: The base class's _ affects the way
Q8: In the following statement: class car :
Q8: A member function of a derived class
Q10: When more than one class is derived
Q14: When the compiler binds a member function
Q16: Polymorphism is when _ in a class
Q24: More than one class may be derived
Q32: Multiple inheritance opens the opportunity for a
Q39: The _ constructor is called before the