* For Python **Write a well-documented (commented) program that displays the monthly payroll for a company that hires both salaried and hourly employees. The program should contain a class named Employee having two subclasses named SalariedEmployee and HourlyEmployee. The Employee class should have an instance variable for “Name.” The SalariedEmployee class should have an instance variable for the monthly rate. The HourlyEmployee class should have instance variables for hourly rate and hours worked. Each subclass should have a calculatePay method. After the data for all of the employees has been entered, the program should display the month’s pay for each employee, the number of employees, the number of salaried employees, and the total payroll. The program should use a list of objects. A sample run would be as follows. Enter employee's name: Jane Enter employee's classification (Salaried or Hourly): Hourly Enter the number of hours worked in a month: 100 Enter hourly wage: 20 Do you want to continue (Y/N)? Y Enter employee's name: Fred Enter employee's classification (Salaried or Hourly): Salaried Enter monthly salary: 5000 Do you want to continue (Y/N)? N Jane: $2,000.00 Fred: $5,000.00 Number of employees: 2 Number of salaried employees: 1 Total monthly payroll: $7,000.00

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

* For Python **Write a well-documented (commented) program that displays the monthly payroll for a company that hires both salaried and hourly employees. The program should contain a class named Employee having two subclasses named SalariedEmployee and HourlyEmployee. The Employee class should have an instance variable for “Name.” The SalariedEmployee class should have an instance variable for the monthly rate. The HourlyEmployee class should have instance variables for hourly rate and hours worked. Each subclass should have a calculatePay method. After the data for all of the employees has been entered, the program should display the month’s pay for each employee, the number of employees, the number of salaried employees, and the total payroll. The program should use a list of objects. A sample run would be as follows. Enter employee's name: Jane Enter employee's classification (Salaried or Hourly): Hourly Enter the number of hours worked in a month: 100 Enter hourly wage: 20 Do you want to continue (Y/N)? Y Enter employee's name: Fred Enter employee's classification (Salaried or Hourly): Salaried Enter monthly salary: 5000 Do you want to continue (Y/N)? N Jane: $2,000.00 Fred: $5,000.00 Number of employees: 2 Number of salaried employees: 1 Total monthly payroll: $7,000.00 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT