viewing paste Unknown #27581 | Text

Posted on the
1 2 3 4 5 6 7
A static member of some ClassX (check all that apply):
 
    A.  can have associated mutators and/or accessors.
    B.  can, at any given time, store one value for objA and a different value for objB, two different objects of ClassX.
    C.  can be modified from any client  (like Foothill's main()) even if the client has not instantiated an object of ClassX.  (You can assume that ClassX has some means for clients to modify the static member in question.)
    D.  can be private.
    E.  can be public.
Viewed 741 times, submitted by Guest.