A

Admin • 828.03K Points
Coach

Q. Which of the following is a valid method reference to an instance method?

  • (A) ClassName::methodName
  • (B) objectName::methodName
  • (C) new::methodName
  • (D) Class::new

Explanation by: Admin
`objectName::methodName` references an instance method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.