Question: can you show the code full. Language Comments Tracking Changes Compare Book Class Write a class named Book that has the following fields: author. The
Language Comments Tracking Changes Compare Book Class Write a class named Book that has the following fields: author. The author field is a string object that holds the author's name. title. The title is a string object that holds the book's title. pages. The pages field is an int variable that holds the number of pages of the book. publisher. The publisher field is a string object that holds the publisher's title. phone. The phone field holds the publisher's phone number. What data type will you use for this field? Why? Write appropriate mutator methods that store values in these fields, and accessor methods that return the values in these fields. Once you have written the class, write a separate program that creates three book objects to hold the following data: Phone Number author publisher title pages Publisher1 200 9195550110 Susan Meyers Book1 TE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
