If An Array Of Objects Is Of Size 10 And A Data Value Have To #371
If an array of objects is of size 10 and a data value have to be retrieved from 5th object then ________________ syntax should be used.
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.2.
If an array of objects is of size 10 and a data value have to be retrieved from 5th object then ________________ syntax should be used.
Array_Name[4].data_variable_name;
Data_Type Array_Name[4].data_variable_name;
Array_Name[4].data_variable_name.value;
Array_Name[4].data_variable_name(value);