Q. What does `super::methodName` refer to?
β
Correct Answer: (A)
Superclass method
Explanation: `super::methodName` accesses the method from the superclass.