Multiple Choice
Which of the following describes a Shared variable?
A) a variable with one copy shared by all class objects
B) a variable whose value may not be changed
C) all of the above
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Keyword is used for constants whose values
Q48: Const members must be initialized at compile
Q49: All Math class methods are Shared and
Q50: Having a Me reference allows:<br>A)A method to
Q52: An object's Me reference refers to:<br>A)the object
Q54: Which of the following is the correct
Q55: You can provide a parameterless constructor that
Q56: Public class members are accessible wherever the
Q57: Outside a class' scope,Public members can be
Q58: The purpose of utility methods is to