Multiple Choice
What happens when an object variable goes out of scope?
A) The object may be removed from memory by the garbage collector.
B) The object may be referred to using the dot operator.
C) An exception error will be generated.
D) The object becomes accessible again when the variable comes back into scope.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: The _access specifier permits class members to
Q27: You can _ a method or property
Q28: A _is automatically called when an instance
Q29: Object oriented analysis starts with _.<br>A) declaring
Q30: Which of the following operators determines if
Q31: An instance of a class is also
Q32: The _property is used to get the
Q33: Why is important to remove objects that
Q34: Which of the following statements will remove
Q36: Client programs can query _to get values,