Multiple Choice
Which of the following statements using data values in a class is NOT correct?
A) You can use an instance variable's data value in an instance method.
B) You can use the argument of an instance method in that method.
C) You can use a global constant's value in an instance method.
D) You can use the argument of any instance method in any other method.
Correct Answer:

Verified
Correct Answer:
Verified
Q61: You have created a ShoppingCart class and
Q62: Which of the following statements about a
Q63: Consider the following code snippet:<br>Public class Vehicle<br>{<br>Private
Q64: Which of the following declares a rpmRating
Q65: Which of the following is NOT part
Q67: Insert the missing code in the following
Q68: The object on which a method is
Q69: Which of the following is a mutator
Q71: Consider the following code snippet:<br>Public class Student<br>{<br>Private
Q91: Private instance variables _.<br>A) can only be