Question: Create a class that represents a Book object. A `Book` is described by an author, a title, and a publication year. Define the class, declare
Create a class that represents a Book object. A `Book` is described by an author, a title, and a publication year.
Define the class, declare its instance variables, and create a toString method for it. The toString method should return a String in the form: author, "Title" (year)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
