Variables should be declared as fields only if ________.
a. they are local variables
b. they are used only within a method
c. they are required for use in more than one method or their values must be saved between calls to the class’s methods
d. they are arguments
c. they are required for use in more than one method or their values must be saved
Computer Science & Information Technology