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
Get step-by-step solutions from verified subject matter experts
