Multiple Choice
A variable whose meaning is confined to an object of a class is called:
A) instance variable
B) local variable
C) global variable
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Java has a way of officially hiding
Q23: It is considered good programming practice to
Q24: The modifier private means that an instance
Q25: A variable whose meaning is confined to
Q26: A more eloquent approach in implementing mutator
Q28: A method that performs some action other
Q29: Java supports operator overloading.
Q30: Method overloading is when two or more
Q31: When the parameters in a method have
Q32: Inside a Java method definition,you can use