Solved

Which of the Following Statements Is Generally True Regarding Static

Question 71

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions