Nonstatic Nested Classes Have Access To From Enclosing Class #304
Non-static nested classes have access to _____________ from enclosing class.
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Class Members & Types - Object Oriented Programming MCQ: Nested Class - Quiz No.1.
Non-static nested classes have access to _____________ from enclosing class.
Private members
Protected members
Public members
All the members