

MCQOPTIONS
Saved Bookmarks
1. |
If array of objects is declared as given below, which is the limitation on objects?Class_name arrayName[size]; |
A. | The objects will have same values |
B. | The objects will not be initialized individually |
C. | The objects can never be initialized |
D. | The objects will have same data |
Answer» C. The objects can never be initialized | |