Inside an instance method, <code>this</code> refers to
- A
The class itself
- B
null
- Ccheck_circle
The current object on which the method was called
- D
The superclass
Explanation
<code>this</code> is implicitly bound to the receiver.
AP Computer Science A· difficulty 4/5
Inside an instance method, <code>this</code> refers to
The class itself
null
The current object on which the method was called
The superclass
Explanation
<code>this</code> is implicitly bound to the receiver.
Want 10 more like this — adaptive to your weak spots?