MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» B. When initialization of object data is to be made by the compiler | |