A

Admin • 828.03K Points
Coach

Q. What type of method reference is `Math::abs`?

  • (A) Static method reference
  • (B) Instance method reference of an arbitrary object
  • (C) Constructor reference
  • (D) Instance method of a specific object

Explanation by: Admin
`Math::abs` is a reference to a static method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.