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

Verified
Correct Answer:
Verified
Related Questions
Q7: An instance of a class does not
Q15: The key word this is the name
Q18: Look at the following declaration: enum Tree
Q19: A static field is created by placing:<br>A)
Q20: CRC stands for:<br>A) Code, Reuse, Constancy<br>B) Class,
Q23: An enumerated data type is actually a
Q26: You can declare an enumerated data type
Q28: You cannot use the fully-qualified name of
Q31: You cannot use the == operator to
Q45: When an object is passed as an