Q. What does `super::method` represent?
β
Correct Answer: (B)
Superclass method reference
Explanation: `super::method` refers to a method in the superclass.