Solved

Which Statement About Instance Variables Is Correct

Question 91

Multiple Choice

Which statement about instance variables is correct?


A) Instance variables must be declared within a method.
B) Instance variables must be declared inside the class, but outside any method.
C) Instance variables may be declared inside the class, or inside a method.
D) Instance variables must be declared outside the class

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions