Solved

When Using an Array in a GUI Program, If Array

Question 4

Multiple Choice

When using an array in a GUI program, if array values will change based on user input, where must the array be stored?


A) It must be stored inside the method that processes the user's events.
B) It must be stored inside an event handler.
C) It must be stored outside the method that processes the user's events.
D) It must be stored outside of the main program.

Correct Answer:

verifed

Verified

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

Related Questions