Computers and Technology
04.07.2021 15:27
269
439
9
Solved by an expert

Modify the payroll system of Figs. 10.4-10.9 to include an additional Employee subclass

Modify the payroll system of Figs. 10.4-10.9 to include an additional Employee subclass Pieceworker that represents an employee whose pay is based on the number of pieces of merchandise produced. Class Pieceworker should contain private instance variables wage (to store the employee's wage per piece) and pieces (to store the number of pieces produced).
Provide a concrete implementation of method earnings in class Pieceworker that calculates the employee's earnings by multiplying the number of pieces produced by the wage per piece.
Create an array of Employee variables to store references to objects of each concrete class in the new Employee hierarchy. For each Employee, display its string representation and earnings.
Note: Here are the codes

// Fig. 10.8: .java
// class extends CommissionEmployee.
public class extends CommissionEmployee
{ private double baseSalary; // base salary per week
// six-argument constructor
public ( String first, String last,
String ssn, double sales, double rate, double salary )
{
super( first, last, ssn, sales, rate );
setBaseSalary( salary ); // validate and store base salary
} // end six-argument constructor

// set base salary
public void setBaseSalary( double salary )
{
Show Answers
MickeyAppleX
MickeyAppleX
4,8(92 marks)

3twvyefgfeywgf7wvf7wgfy7whweuhwufhhryh2yrgfywgh8qfy8gfd87rwfr8yfry8gf8fgffcygfcfgy8fgyygeygygwfa8fgwygfwygfwy8hfg

Popular Questions about the subject: Computers and Technology

Many prestigious universities have a system called a “legacy preference system”...
Computers and Technology
17.03.2022 02:01
You can fit more raw files on a memory card than the jpeg files? truefalse...
Computers and Technology
12.04.2022 13:17
Consider a list of full names formatted “firstname lastname”, like [ jules verne...
Computers and Technology
23.06.2022 15:03
Write one kid-friendly paragraph about a Software Developer s salary,....
Computers and Technology
04.05.2020 06:38
What do you get with points...
Computers and Technology
15.06.2021 17:24
Hey guys, free points...
Computers and Technology
28.11.2022 20:15
I am so bored of doing homework. Anyone wanna talk???...
Computers and Technology
23.08.2020 04:54
How do you do that ( the bit that I circled in the picture)...
Computers and Technology
11.01.2020 01:28
Hamid is viewing an image of a bird produced by a set of concave lenses. What...
Computers and Technology
04.01.2020 05:55
What type of light comes from reflections off other objects? A. ambient B. incident...
Computers and Technology
01.08.2022 09:21

New questions by subject

What criteria do you think are useful for identifying the greatest achievements...
Computers and Technology
25.05.2021 12:14
6th grade math help me pleaseeee...
Mathematics
04.01.2022 04:06
What type of sentence is the example below? She had a fun birthday party. Simple...
English
28.08.2021 23:51
¿Qué masa de óxido resulta necesaria para obtener 3.150 g de ácido nítrico?...
Chemistry
02.03.2022 13:17
Lollll ig i doing goodd free points...
Health
25.01.2022 10:10
4.5 miles equal like how many yds Pls hel...
Mathematics
05.04.2020 01:11
Who helps Harry find his plat form. A. Mrs. Weasley B. Mrs. Granger C. Mr. Dursley...
English
23.07.2020 18:12
Which territories were acquired under James K. Polk s administration ?...
History
14.02.2021 10:12
#
#
#
#
# #

We expand our knowledge with many expert answers