Question: Solve Tracking Books problem below. Develop a program that uses at least one class outside of the class that contains the main method. Do the

Solve Tracking Books problem below. Develop a program that uses at least one class outside of the class that contains the main method. Do the following:

Understand the problem: UML diagrams of any classes needed, excluding the one with main: Pseudocode of each class:

Tracking Books

Youve recently gotten into reading books and now have several apps and formats, some are rented, and some are yours physically, some are on your phone, and some are in the cloud, etc. You need to get a handle on this AND you want one easy way to see what you have, what youve read and what you want. Design a Book class with all the information you think a book should know about itself (format, title, author, etc) in addition to the information you WANT it to know (whether youve read it, own it, want it, etc.). Then design its behaviors, which should be related to those variables as you will want to set or change some of them such as marking a book read once you finish it.

You will then create the class with main that you will use to create several book objects, setting their variables and using their methods. Dont forget to write a toString method so you can print a book out in a way that makes sense.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!