Solved

If You Have Parallel Arrays or Array Lists of the Same

Question 100

Multiple Choice

If you have parallel arrays or array lists of the same length which each store a part of what could be considered an object, ____.


A) You should rewrite the program to use a two-dimensional array.
B) You should rewrite the program to use a two-dimensional array list.
C) You should create a class to hold the related data in the ith slice of each array, and then create an arraylist of objects.
D) There are no alternatives to this type of program design.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions