

MCQOPTIONS
Saved Bookmarks
1. |
In context of C++, consider the following statements:I: Static member function of a class can access only static data members of the class.II: A static data member of class is shared by all the objects of the class.The true statement(s) is / are: |
A. | Only I |
B. | Only II |
C. | Both I and II |
D. | Neither I Nor II |
Answer» C. Both I and II | |