Multiple Choice
It is common for certain classes to keep track of how many times certain events have occurred over the life of an object.This is done using
A) A private instance variable within the class.
B) A local variable within a mutator method.
C) A notification event to a helper class.
D) An array of objects.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q70: Consider the partial JUnit test below, designed
Q71: Which of the following statements is generally
Q72: What is the name of a class
Q73: Which is an example of a class
Q74: In which of the following cases could
Q76: Which action is not accomplished by using
Q77: Suppose an object is intended to store
Q78: Which of the following would be an
Q79: Which class does not require an import
Q80: Which annotation is used to mark test