Home / Report Question

Q. What does the method reference `this::methodName` refer to?
  • A. Static method
  • B. Method of current object
  • C. Constructor
  • D. Superclass method