In C++, can a derived class have its own definition of a function that is already defined in the base class?
A. Yes
B. No
C. It depends on the access specifier of the base class function.
D. It depends on the data type of the base class function.
Answer: Option A
Join The Discussion