What Is The Scope Of Local Class #298
What is the scope of local 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: Local Class - Quiz No.2.
What is the scope of local class?
Within the class only
Within the function
Within the program
One time creation and live till end of program