Multiple Choice
The scope of a private instance field is:
A) the instance methods of the same class
B) inside the class, but not inside any method
C) inside the parentheses of a method header
D) the method in which they are defined
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Class objects normally have _ that perform
Q17: You should not define a class field
Q18: Which of the following are classes from
Q19: After the header, the body of the
Q22: Look at the following statement. import java.util.*;<br>This
Q23: Overloading means multiple methods in the same
Q24: This refers to the combining of data
Q25: In UML diagrams, this symbol indicates that
Q48: Instance methods do not have the key
Q50: Methods that operate on an object's fields