ICSE Class 10 Computer Applications
Question 30 of 43
User-Defined Methods — Question 30
Back to all questions 30
Question Question 28
A method declared as static cannot access non-static class members. (True/False)
True
Reason — A method declared as static can only access static class members.