Multiple Choice
A method of a class can access:
A) only the instance variables of its class.
B) only its parameters.
C) only the local variables the method defines.
D) the instance variables of its class, its parameters, and its local variables.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Javadoc is an executable program used to
Q2: Accessor methods take no parameters.
Q4: Javadoc recognizes two types of tags: block
Q5: static methods can call non-static methods.
Q6: The access modifier of accessor and mutator
Q7: Which of the following is a similarity
Q8: The enum objects are instantiated as constant
Q9: The default constructor takes no parameters.
Q10: What are the three access modifiers?
Q11: Block tags start with the character @.