The accessor method getScore is intended to return the score of a player object. Which of the following best explains why the class does not compile? a) The method is missing a return statement. b) The method is declared as private. c) The method signature is incorrect. d) The method has a void return type.