Multiple Choice
The only limitation that static methods have is
A) they must be declared outside of the class.
B) they cannot refer to nonstatic members of the class.
C) they can only be called from static members of the class.
D) they can refer to only nonstatic members of the class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: An instance of a class does not
Q8: If you have defined a class SavingsAccount
Q9: Enumerated types have this method, which returns
Q9: _ is the term for the relationship
Q10: Look at the following declaration:<br>Enum Tree {
Q15: You can use the enum key word
Q22: enum constants have a toString method.
Q24: The "has a" relationship is sometimes called
Q35: When a method in the _ class
Q38: If object1 and object2 are objects of