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?

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
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:
Author
Susan Meyers
Mark Jones
Joy Rogers
Title
Book1
Book2
Book3
Pages
200
120
325
Publisher
Publisher1
Publisher2
Publisher3
Phone Number
9195550110
9195550169
9195550114
The program should store this data in the three objects, then display the data for each employee on the
screen.
Transcribed Image Text: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: Author Susan Meyers Mark Jones Joy Rogers Title Book1 Book2 Book3 Pages 200 120 325 Publisher Publisher1 Publisher2 Publisher3 Phone Number 9195550110 9195550169 9195550114 The program should store this data in the three objects, then display the data for each employee on the screen.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT