Solved

A Virtual Member Function of Class That Should Not Be

Question 2

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:

verifed

Verified

Related Questions