Ok i need to do this for my final and im really struggling and needhelp. Thank Y
ID: 3611302 • Letter: O
Question
Ok i need to do this for my final and im really struggling and needhelp. Thank YouWrite a project to keep the inventory of books in a book store.Create a book class with the following variables and methods
Title
Price
Pages
getTitle()
setTitle()
setPrice()
getPrice()
setPages()
getPages()
create a subclass ok book called booklet with the followingadditional method
display properties()
The displayProperties method will print the title, price, andnumber of pages. Create a GUI to create booklets and display eachbooklets properties.