Below is the outline for a Book class, which can be found in the book-exercise project. The outline already defines two fields and a constructor to initialize the fields. In this and the next few exercises, you will add features to the class outline.
Add two accessor methods to the class—getAuthor and getTitle—that return the author and title fields as their respective results. Test your class by creating some instances and calling the methods.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.