InterviewSolution
Saved Bookmarks
| 1. |
Non-static nested classes have access to _____________ from enclosing class.(a) Private members(b) Protected members(c) Public members(d) All the membersThis question was addressed to me in final exam.Question is from Nested Class topic in portion Class Members & Types of Object Oriented Programming |
|
Answer» The correct option is (d) All the MEMBERS |
|