Q18
What is the concept of function overriding in C++?
A.
It involves a derived class defining a function that redefines a base class function.
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board