Multiple Choice
A virtual function is declared by placing the keyword in front of the return type in the base class's function declaration.
A) protected
B) virtual
C) private
D) public
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q12: A pure virtual function<br>A)is a virtual function
Q15: Polymorphism in C++ will not work unless
Q16: The term means the ability to take
Q17: When more than one class is derived
Q18: Static binding occurs when the compiler binds
Q18: An abstract class is somewhat restricted in
Q26: Pointers to a base class may be