Create a class titled schooltextbook that contains fields


Create a class titled SchoolTextBook that contains fields for the author, title, page count, ISBN, and price. This SchoolTextBook class will also provide setter and getter methods for all fields. Save this class in a file titled SchoolTextBook.java. Then Write an application with an array that holds 5 instances of the SchoolTextBook class, filled without prompting the user for input. Next prompt the used to enter a field for sorting, sort the array of objects based on the user input, and then display the newly sorted array of objects. Save this class in a file titled SchoolTextBookSort.java.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a class titled schooltextbook that contains fields
Reference No:- TGS0569449

Expected delivery within 24 Hours