Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Challenge Activity 1 : Library Information System GUI Design a GUI for Book view class for the following Library Information System, which you have worked

Challenge Activity 1: Library Information System GUI
Design a GUI for Book view class for the following Library Information System,
which you have worked on in Week 9 Challenge Activity 1
1. Library Item Class Design and Testing
Design a class that holds the Library Item Information, with item name, author,
publisher. Write appropriate accessor and mutator methods. Also, write a tester
program that creates three instances/objects of the Library Items class.
2. Extending Library Item Class
Library and Book Classes: Extend the Library Item class in (1) with a Book class
with data attributes for a books title, author, publisher and an additional
attributes as number of pages, and a Boolean data attribute indicating whether
there is both hard copy as well as eBook version of the book.
Demonstrate Book Class in a GUI Tester Program with an object of Book class. Please use class function

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions