Multiple Choice
Accessor methods:
A) return something equivalent to the value of an instance variable.
B) promotes abstraction
C) both A and B
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Two methods that are expected to be
Q10: The body of a method that returns
Q10: An invocation of a method that returns
Q13: Discuss the public and private modifiers in
Q16: A variable whose meaning is confined to
Q17: A method that performs some action other
Q19: Write a Java class that represents a
Q23: It is considered good programming practice to
Q29: Java supports operator overloading.
Q42: The Java language supports global variables.