Solved

Which One of the Following Statements Is True About Using

Question 26

Multiple Choice

Which one of the following statements is true about using arrays with methods?


A) Arrays can be method arguments, and return values, just like any other values.
B) A method can only accept arguments that are elements of an array, but not the whole array.
C) A method may accept an argument that is an array, but it cannot return a result that is an array.
D) If a method is defined to have an array as a method argument, it must also define the size of the array as another method argument.

Correct Answer:

verifed

Verified

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

Related Questions