-->
当前位置:首页 > 题库

A method declared static cannot access non-static class members.

Luz5年前 (2021-05-10)题库1732
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