Question: Create a Novel class with private instance variables, constructor parameters, and accessor methods for title , author name , and year published Create a BookStore
Create a Novel class with private instance variables, constructor parameters, and accessor methods for
titleauthor name and year published
Create a BookStore class that contains an instance variable for the BookStores name egBooksR
Us The BookStore constructor will not accept a name of Amazonin any letter casing however; if
the name is Amazon change it to Chapters instead. The BookStore contains a second instance
variable that is an ArrayList of Novel references; the BookStore constructor populates the ArrayList
with the following data
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
