Multiple Choice
Which of the following is false
A) A static method or property must be used to access private static instance variables.
B) A static method has no this reference.
C) A static method can be accessed even when no objects of its class have been instantiated.
D) A static method can call instance methods directly.
Correct Answer:

Verified
Correct Answer:
Verified
Q69: displays the variables and methods for all
Q70: Which of the following statements is false<br>A)
Q71: Instance variables or methods declared with the
Q72: In a method in which a parameter
Q73: The classes,variables and methods in a program
Q74: A class's initializes members of that class.<br>A)
Q75: The garbage collector looks for objects with
Q77: Member access modifiers are used to limit
Q78: When should a program explicitly use the
Q79: An instance of a user-defined type is