A <code>static</code> method
- Acheck_circle
Cannot access instance variables (no <code>this</code>)
- B
Returns null
- C
Can access instance variables directly
- D
Must use <code>this</code>
Explanation
Static methods don't have a receiver; access static fields or take object as parameter.