Q. Which of the following is a valid method reference to an instance method?
β
Correct Answer: (B)
objectName::methodName
Explanation: `objectName::methodName` references an instance method.