5.9k views
3 votes
An array (select more than one - all or nothing)

a. is a primitive type.
b. can only store objects.
c. requires an index or indeces.
d. is considered a reference type.
e. is an object.
f. has its own instance variable called length that stores the array's length (size).

1 Answer

7 votes

Answer:

The answers are letters C, D, E, F.

Step-by-step explanation:

An array :

c. requires an index or indeces.

d. is considered a reference type.

e. is an object.

f. has its own instance variable called length that stores the array's length (size).

User Bwitkowicz
by
7.4k points