Assume that the following code exists inside a method of the class MyClass, and that this code compiles without errors: int result = book.getYearPublished(); where book is an object of the Book class. Which of the following is not true about the getYearPublished method? It is a mutator method. It is a public method in the Book class. It returns a String.