Question: java please Assignment #10b - Expanding our basic class You are going to rewrite a class Book. It will have the following properties: - title

Assignment \#10b - Expanding our basic class You are going to rewrite a class Book. It will have the following properties: - title - a String - author - a String - Publisher - a String - year (of publication) - an integer - ISBN - a String All the properties are now going to be private The class will have the same three constructors (default, conversion and copy) and it will have equals () and tostring() as well. It will also have accessors and mutators for all five properties, as well as a read() method. As before, write a separate class with a main() method which uses the Book class and make sure that everything works
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
