Q. What type of method reference is `Math::abs`?
β
Correct Answer: (A)
Static method reference
Explanation: `Math::abs` is a reference to a static method.