A method declared static cannot access non-static class members.
A method declared static cannot access non-static class members. A static method does not have `this` reference because static class variables and static methods exist independent of any objects of a class. ~@[](1)答案:TRUE