Solved

If the Override Specifier Is Added to the End of a Member

Question 21

Multiple Choice

If the override specifier is added to the end of a member function declaration,what happens if the function is not specified as virtual in the parent class?


A) The function is overridden in the derived class.
B) There is a compiler error.
C) The function in the parent class will always be invoked.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions