Multiple Choice
Virtual functions must:
A) Be overridden in every derived class.
B) Be declared virtual in every derived class.
C) Be declared virtual in the base class.
D) Have the same implementation in every derived class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q6: Which of the following statements about virtual
Q7: Which of the following is not allowed?<br>A)
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
Q12: Which of the following statements is true?<br>A)
Q13: The main difference between a pure virtual