What Is The Scope Of A Class Nested Inside Another Class #24
What is the scope of a class nested inside another 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 OOPs Concept & Features - OOPs MCQ: Classes - Quiz No.1.
What is the scope of a class nested inside another class?
Protected scope
Private scope
Global scope
Depends on access specifier and inheritance used