Multiple Choice
Which of the following statements is generally true regarding static methods and variables?
A) The use of static variables and methods should be minimized.
B) The use of static variables and methods should be maximized.
C) A lot of static methods and variables indicate a well-designed object-oriented system.
D) Always choose static methods and variables over similar object-based implementations.
Correct Answer:

Verified
Correct Answer:
Verified
Q66: A UML class diagram would be most
Q67: A static method can have which of
Q68: Which of the following represents a good
Q69: Consider the partial Date class below which
Q70: Consider the partial JUnit test below, designed
Q72: What is the name of a class
Q73: Which is an example of a class
Q74: In which of the following cases could
Q75: It is common for certain classes to
Q76: Which action is not accomplished by using