InterviewSolution
Saved Bookmarks
| 1. |
Pick out the correct statement about the 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) Overriding refers to a derived class(d) Overriding has different names & it refers to a derived class |
|
Answer» The correct answer is (a) Overriding refers to a derived class function that has the same name and signature as a base class virtual function The best explanation: Overriding refers to a derived class function that has the same name and signature as a base class virtual function. |
|