When Are The Array Of Objects Without Any Initialization Useful #366
When are the array of objects without any initialization useful?
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 Objects - OOPs MCQ: Object Array - Quiz No.1.
When are the array of objects without any initialization useful?
When object data is not required just after the declaration
When initialization of object data is to be made by the compiler
When object data doesn’t matter in the program
When the object should contain garbage data