InterviewSolution
Saved Bookmarks
| 1. |
The functions to be overridden _____________(a) Must be private in base class(b) Must not be private base class(c) Must be private in both derived and base class(d) Must not be private in both derived and base classThe question was asked in an online interview.I'd like to ask this question from Overriding Member Functions in division Member Functions & its Types of Object Oriented Programming |
|
Answer» The CORRECT ANSWER is (b) Must not be PRIVATE base class |
|