All Member Functions Of A Local Class Must Be #287
All member functions of a local class must be ___________
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.1.
All member functions of a local class must be ___________
Defined outside class body
Defined outside the function definition
Defined inside the class body
Defined at starting of program