A

Admin • 828.03K Points
Coach

Q. What does `super::methodName` refer to?

  • (A) Superclass method
  • (B) Static method
  • (C) Instance method of the same class
  • (D) Constructor of the superclass

Explanation by: Admin
`super::methodName` accesses the method from the superclass.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.