Build your intuition. Click the correct answer from the options.
When should you consider a method of a class static?
Click the option that best answers the question.
- When the method is using a static property of that class
- When a method is calling a static method
- When that method does not depend on any of its non-static properties
- When a static property is set by that method