InterviewSolution
Saved Bookmarks
| 1. |
It is __________ to redefine the virtual function in derived class.(a) Necessary(b) Not necessary(c) Not acceptable(d) Good practiceThis question was posed to me in an interview.My question comes from Virtual Functions in portion Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct answer is (b) Not necessary |
|