Problem Description: In this problem, you will develop an employee management system using Python. Here are the brief requirements of the program: 1. Write a class named Employee, that holds information about each employee in attributes such as name, ID number, department, and job title. 2. Once you have written the class, Draw the UML diagram, and write a program that creates three objects of employee class, with following information and displays their details. ID Number Job Title Vice President Name Department Accounting Susanna Myer 47899 Mark Joseph Info Tech 39119 Programmer Joyce Roberts 81774 Manufacturing Engineer

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

I'd want to know the python code for the attached question, as well as everything else requested in the question. This is the entire question; nothing is missing. I did upload this question before but the answer I got was too blur out and I'm not able to see much but also I believe that is not the full answer I need an answer for all 1 to 8 questions asked in the scenario plz outline where you have answered it. and plz upload the answer back with a zoom photo where it is visible or just copy and paste the code and send it as text and the rest as good screenshots.  

6. Write appropriate accessors and mutators for each class.
7. Once you have written the classes, write a program that creates an object of
ShiftEmployee class and prompts the user to enter data for each of the object's data
attributes. Store the data in the object, then use the object's accessor and mutator
methods to retrieve it and display it on the screen. Demonstrate the ShiftEmployee class
by creating atleast 2 shift employee objects.
8. Create another new class named Contractor, that is a subclass of Employee class. The
contractor has additional attributes in addition to name, ID number, Department and
Job Title. The additional attributes are:
a. Contract End Date
b. Australian Business Number (ABN)
c. Fixed Contract Salary until the end of contract
Demonstrate this class by creating 2 contractor objects.
Transcribed Image Text:6. Write appropriate accessors and mutators for each class. 7. Once you have written the classes, write a program that creates an object of ShiftEmployee class and prompts the user to enter data for each of the object's data attributes. Store the data in the object, then use the object's accessor and mutator methods to retrieve it and display it on the screen. Demonstrate the ShiftEmployee class by creating atleast 2 shift employee objects. 8. Create another new class named Contractor, that is a subclass of Employee class. The contractor has additional attributes in addition to name, ID number, Department and Job Title. The additional attributes are: a. Contract End Date b. Australian Business Number (ABN) c. Fixed Contract Salary until the end of contract Demonstrate this class by creating 2 contractor objects.
Problem Description:
In this problem, you will develop an employee management system using Python. Here are the
brief requirements of the program:
1. Write a class named Employee, that holds information about each employee in
attributes such as name, ID number, department, and job title.
2. Once you have written the class, Draw the UML diagram, and write a program that
creates three objects of employee class, with following information and displays their
details.
ID Number
Job Title
Name
Susanna Myer
Department
Accounting
47899
Vice President
Mark Joseph
39119
Info Tech
Programmer
Joyce Roberts
81774
Manufacturing
Engineer
3. Create a program that stores Employee objects in a dictionary. Use employee ID
number as the key. The program should present a menu that lets the user perform the
following actions:
a. Look up an employee in the dictionary
b. Add a new employee to the dictionary
c. Change an existing employee's name, department, and job title in the dictionary.
d. Delete an employee from the dictionary
e. Quit the program
4. When the program ends, it should pickle the dictionary and save it to a file. Each time
the program starts, it should try to load the pickled dictionary from the file. If the file
does not exist, the program should start with an empty dictionary.
5. Create a new class named ShiftEmployee, that is a subclass of Employee class. The
shift employee has additional attributes in addition to name, ID number, Department
and Job Title. The additional attributes are:
Shift number (an integer, such as 1,2, or 3)
Hourly pay rate
The workday is divided into two shifts: day and night. The shift attribute will hold an integer
value representing the shift that the employee works. The day shift is shift 1 and night shift is
shift 2.
Transcribed Image Text:Problem Description: In this problem, you will develop an employee management system using Python. Here are the brief requirements of the program: 1. Write a class named Employee, that holds information about each employee in attributes such as name, ID number, department, and job title. 2. Once you have written the class, Draw the UML diagram, and write a program that creates three objects of employee class, with following information and displays their details. ID Number Job Title Name Susanna Myer Department Accounting 47899 Vice President Mark Joseph 39119 Info Tech Programmer Joyce Roberts 81774 Manufacturing Engineer 3. Create a program that stores Employee objects in a dictionary. Use employee ID number as the key. The program should present a menu that lets the user perform the following actions: a. Look up an employee in the dictionary b. Add a new employee to the dictionary c. Change an existing employee's name, department, and job title in the dictionary. d. Delete an employee from the dictionary e. Quit the program 4. When the program ends, it should pickle the dictionary and save it to a file. Each time the program starts, it should try to load the pickled dictionary from the file. If the file does not exist, the program should start with an empty dictionary. 5. Create a new class named ShiftEmployee, that is a subclass of Employee class. The shift employee has additional attributes in addition to name, ID number, Department and Job Title. The additional attributes are: Shift number (an integer, such as 1,2, or 3) Hourly pay rate The workday is divided into two shifts: day and night. The shift attribute will hold an integer value representing the shift that the employee works. The day shift is shift 1 and night shift is shift 2.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 6 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