A

Admin • 802.91K Points
Coach

Q. Is `object::staticMethod` a valid method reference?

  • (A) Yes
  • (B) No
  • (C) Only if the method is overloaded
  • (D) Only if the method is private

Explanation by: Admin
Static methods must be referenced by class name, not object name.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.