this Keyword

AP Computer Science A· difficulty 4/5

Inside an instance method, <code>this</code> refers to

  • A

    The class itself

  • B

    null

  • C

    The current object on which the method was called

    check_circle
  • D

    The superclass

Explanation

<code>this</code> is implicitly bound to the receiver.

Want 10 more like this — adaptive to your weak spots?

Related questions