Multiple Choice
A virtual member function of class that should not be overridden in a derived class should be declared
A) with the keyword const.
B) with the keyword final.
C) with symbol ! followed by the keyword override.
D) as private in its class.
E) as protected in its class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q7: A virtual function is declared by placing
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
Q26: Pointers to a base class may be