I need this by tonight if anyone could help out id appreciate it because im completely lost. Thanks.

Write 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 following additional method

display properties()

The displayProperties method will print the title, price, and number of pages. Create a GUI to create booklets and display each booklets properties.

Ezzaral commented: Fail. -4
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.