InterviewSolution
Saved Bookmarks
| 1. |
Which type of members can’t be accessed in derived classes of a base class?(a) Protected(b) Private(c) Public(d) All can be accessedI had been asked this question at a job interview.I'd like to ask this question from Base Class in section Classes of Object Oriented Programming |
|
Answer» Right answer is (B) Private |
|