A

Admin • 833K Points
Coach

Q. Which feature allows defining class-level methods?

  • (A) static
  • (B) global
  • (C) const
  • (D) private
  • Correct Answer - Option(A)
  • Views: 27
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Static methods are bound to the class, not instances.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.