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) virtual
B) private
C) public
D) protected
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A virtual member function of class that
Q3: The term _ means the ability to
Q4: In C++ polymorphism is very difficult to
Q5: To indicate that a member function of
Q6: When the compiler binds a call to
Q8: A class with at least one pure
Q9: Polymorphism is when _ in a class
Q10: Declaring a member function of a class
Q11: _ to a base class may be
Q12: When more than one class is derived