Which of the following is true?
Static methods cannot be overloaded
Static data members can only be accessed by static methods.
Non-static data members can be accessed by static methods.
Static methods can only access static members (data and methods)
This question is part of this quiz :
C++ Variables and Data Types