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...



  1. 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: i.
    book,
    which adds a page
    count
    and ii.
    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().



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here