‏Write a program in BlueJ using the following hints. ‏ 1. Create a class named Book and declare the fields author, title and pages with suitable field ‏ types. ‏ 2. Declare the constructor and initialize the fields author and title with the assigned ‏ constructor parameter. ‏ 3. Name the constructor parameter as your own. ‏ 4. Add two accessor methods to the class getAuthor, getTitle and getPages—that return the ‏ author and title fields as their respective results. Add mutator method to change the ‏ pages of the Book class. ‏ 5. Add two methods, printAuthor and printTitle, to this Book class project.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question
‏Write a program in BlueJ using the following hints. ‏ 1. Create a class named Book and declare the fields author, title and pages with suitable field ‏ types. ‏ 2. Declare the constructor and initialize the fields author and title with the assigned ‏ constructor parameter. ‏ 3. Name the constructor parameter as your own. ‏ 4. Add two accessor methods to the class getAuthor, getTitle and getPages—that return the ‏ author and title fields as their respective results. Add mutator method to change the ‏ pages of the Book class. ‏ 5. Add two methods, printAuthor and printTitle, to this Book class project.
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage