A

Admin • 828.03K Points
Coach

Q. What is the syntax for a method reference to the current instance's method?

  • (A) ClassName::method
  • (B) this::method
  • (C) super::method
  • (D) new::method

Explanation by: Admin
`this::method` refers to a current instance method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.