Question: Create a class Book which has following members: private int book No private String title private String author private float price Provide getter and setter
Create a class Book which has following members: private int book No private String title private String author private float price Provide getter and setter methods for all the instance variables. Create a class BookDetails which has the main method. Create an object of the Book class. Initialize the object by reading inputs for the fields from the user.
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
