Create Book class having above attributes provide getter, setters and toString() method also make netProfyt() which returns profit by ( salePrice- costPrice), and getTax() method which calculates 30% tax on the profit gain above.   Now create EBook which extends Books class and have sizeMB and downloadSite as attributes provide a constructor which will set values of above attributes and attributes of parent class as well, Provide getters /setters also. Now rewrite the getTax() method which will calculate tax on profit 30% + Rs 200 (per EBook ).   Write a class PaperBook which has publication( String) YearOfRelease(String),Provide a constructor which set values of this class members as well as super class attributes. Provide getters/setters. Now rewrite getTax() method which will compute tax by adding Rs. 150 on 30% of profit gained.   Create Test class and make an arrayList of Books, set values, and then calculate profit and tax fpr each book in array list. Note Books can be EBooks and paperBook.   ArrayList books=new ArrayList(); EBook e=new EBook(“ Ivor Horton”,500,550,”Intro to OOP”,200); PapaerBook pb=new PaperBook(“Nielson”,600,700,”Intro to SRE”,350); books.add(e); books.add(pb);   After that using loop call getTax() and netProfit() method, you will see that it will call methods polymorphically depending on type of object calling the method.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

 

Create the above hierarchy as follows”

  1. Create Book class having above attributes provide getter, setters and toString() method also make netProfyt() which returns profit by ( salePrice- costPrice), and getTax() method which calculates 30% tax on the profit gain above.

 

  1. Now create EBook which extends Books class and have sizeMB and downloadSite as attributes provide a constructor which will set values of above attributes and attributes of parent class as well, Provide getters /setters also. Now rewrite the getTax() method which will calculate tax on profit 30% + Rs 200 (per EBook ).

 

  1. Write a class PaperBook which has publication( String) YearOfRelease(String),Provide a constructor which set values of this class members as well as super class attributes. Provide getters/setters. Now rewrite getTax() method which will compute tax by adding Rs. 150 on 30% of profit gained.

 

  1. Create Test class and make an arrayList of Books, set values, and then calculate profit and tax fpr each book in array list. Note Books can be EBooks and paperBook.

 

ArrayList<Book> books=new ArrayList<Book>();

EBook e=new EBook(“ Ivor Horton”,500,550,”Intro to OOP”,200);

PapaerBook pb=new PaperBook(“Nielson”,600,700,”Intro to SRE”,350);

books.add(e); books.add(pb);

 

After that using loop call getTax() and netProfit() method, you will see that it will call methods polymorphically depending on type of object calling the method.

 

 

Parent
Books
Class
Child
EBooks
PaperBooks
Class
lcon tource
• Book fields - Author name, cost price, sale price, title and pages
• Book methods - netProfit) and getTax()
• EBook fields – downloadSite and sizeMB
• EBook methods – pageSize(), printTitle) and getTaxO
|
Transcribed Image Text:Parent Books Class Child EBooks PaperBooks Class lcon tource • Book fields - Author name, cost price, sale price, title and pages • Book methods - netProfit) and getTax() • EBook fields – downloadSite and sizeMB • EBook methods – pageSize(), printTitle) and getTaxO |
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY