Object Declared In Main Function #41
Object declared in main() function _____________
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: Objects - Quiz No.2.
Object declared in main() function _____________
Can be used by any other function
Can be used by main() function of any other program
Can’t be used by any other function
Can be accessed using scope resolution operator