Question: Write a JAVA program Imagine a publishing company that markets both book and audio-cassette versions of its works. Create a class publication that stores the

Write a JAVA program

Imagine a publishing company that markets both book and audio-cassette versions of its works. Create a class publication that stores the title and price of a publication. From this class derive two classes:

a. Book, which adds a page count

b. Tape, which adds a playing time in minutes. Each of these three classes should have set() and get() functions and a display() function to display its data.

Write a main() program to test the book and tape class by creating instances of them, asking the user to fill in their data and then displaying the data with display().

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!