Solved

Which of the Following Statements Regarding Static Methods Is True

Question 3

Multiple Choice

Which of the following statements regarding static methods is true?


A) The textbook recommends that you minimize the use of static methods.
B) The textbook recommends that static methods should be liberally used within classes.
C) Use of static methods usually leads to good object-oriented design.
D) Static methods can be easily evolved to add more functionality.

Correct Answer:

verifed

Verified

Related Questions