Question: Need in Java coding Write a program that will allow users to enter different types of books into the program, and at the end print
Need in Java coding
Write a program that will allow users to enter different types of books into the program, and at the end print out everything that the user entered. Allow the user to enter as many books as they want. Please collect the following information and break down the classes as follows using inheritance/classes. I have added the extra properties that each class should include.
Book types:
Paper Book (nothing extra)
Comic Book (issue number)
Magazine (publisher, issue number)
Ebook (url)
Properties all books share:
Author(s)
Title
Price
Quantity sold
Date published
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
