Answer:
True
Explanation:
This is true because a static class method can be accessed without referring to any objects of the class. When a class member is made static, it's very easy to access the object.
The member becomes static and becomes class level