When are the array of objects without any initialization useful?
(a) When object data is not required just after the declaration
(b) When initialization of object data is to be made by the compiler
(c) When object data doesn’t matter in the program
(d) When the object should contain garbage data
The question was asked in an international level competition.
This intriguing question originated from Object Array in division Object of Object Oriented Programming