Discussion :: C++ - MCQs
- Pick out the correct statement about override.
A.
Overriding refers to a derived class function that has the same name and signature as a base class virtual function.
|
B.
Overriding has different names
|
C.
both a & b
|
D.
None of the mentioned
|
Answer : Option A
Explanation :
Overriding refers to a derived class function that has the same name and signature as a base class virtual function.
Be The First To Comment