Static member functions in a class

1.2 Static member functions in a class
A) Can call only other static member functions of the same class.
B) Can use only static data members of the same class.
C) Can use only static data members and other static member functions of the same class.
D) Can use anything other than its static data members and static member functions of the
same class.


Leave a Reply