What is the concept of function overriding in C++?
A. It involves a derived class defining a function that redefines a base class function.
B. It involves a base class defining a function that is already defined in the derived class.
C. It involves multiple functions with the same name but different implementations.
D. It involves calling a function multiple times within the same scope.
Answer: Option A

Join The Discussion