Solved

In Which of the Following Cases Could a Static Variable

Question 74

Multiple Choice

In which of the following cases could a static variable be declared as something other than private?


A) When it will be accessed by multiple objects.
B) When implementing static constants.
C) When declared inside a private method.
D) Static variables should never be declared as anything but private.

Correct Answer:

verifed

Verified

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

Related Questions