Question: Note : I need the program with output and send the source file (.java file) and the compiled file (.class file) and please address all

Note :I need the program withoutputandsendthesource file (.java file)and thecompiled file (.class file)and please address all the questions.

Problem Define classes: Salesperson, Wholesaler, Retailer, Company, and Invoice. You are going to make an application for a company to manage the sales for its salespeople: wholesalers and retailers.

Note :I need the program withoutputandsendthesource file (.java file)and thecompiled file (.class

Salesperson Invoice -id: int -total sales: double -invoice number: int -commission rate: double -invoice amount: double -array/ArrayList -payment method: String/int +calCommission(): double +toString() Wholesaler Retailer -minimum sales per transaction: double -rent: double +sets min sales per transaction +sets rent and commission rate and commission rate +toString() +toString() +calCommission(): double

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 Programming Questions!