Personal Information Class: Design a class called Employee that holds the following data about an employee: name ID number Department Job Title Class. Store your class in a separate file called employee.py. Your class will have an initializer method that will be passed the information entered by the user as arguments. Write appropriate accessor and mutator methods for each data attribute. Write a str method to print the contents of the class (see example of str__on p. 523). Main program: Your main program should create three instances of the class. Your program should get the information from the user and pass it as parameters to the initializer method. Using the method invoked by the print function, the program should display the personal str information for the three individuals. Output and Sample Dialog: Enter employee name: Mary Smith Enter employee ID: Enter department: Accounting Enter position: Accountant 123456 Enter employee name: Enter employee ID: Enter department: Engineering Enter position: Engineer Joe Morales 678910 Enter employee name: Marie Zinc Enter employee ID: Enter department: Customer Service Enter position: Customer Service Rep 45678 Employee 1 : Name: Mary Smith ID number: 123456

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question
Create two programs in python for the following problem. Separate files.
Your main program should create three instances of the class. Your program should get the
information from the user and pass it as parameters to the initializer method. Using the
str method invoked by the print function, the program should display the personal
information for the three individuals.
Output and Sample Dialog:
Enter employee name: Mary Smith
Enter employee ID:
Enter department: Accounting
Enter position: Accountant
123456
Enter employee name: Joe Morales
Enter employee ID:
Enter department: Engineering
Enter position: Engineer
678910
Enter employee name :
Enter employee ID:
Enter department: Customer Service
Enter position: Customer Service Rep
Marie zinc
45678
Employee
Name: Mary Smith
1 :
ID number: 123456
Department: Accounting
Title: Accountant
Employee
2 :
Name: Joe Morales
ID number: 67891O
Department: Engineering
Title: Engineer
Employee
Name: Marie Zinc
3 :
ID number: 45678
Department: Customer Service
Title: Customer Service Rep
Note: You may not actually be using the setter and getter methods but to be complete, your
class needs to include them.
See Cellphone class example. Instead of using this method of printing, invoke
main by using print (object_name).
str in
Turn in two files, employee.py and your main program
Transcribed Image Text:Your main program should create three instances of the class. Your program should get the information from the user and pass it as parameters to the initializer method. Using the str method invoked by the print function, the program should display the personal information for the three individuals. Output and Sample Dialog: Enter employee name: Mary Smith Enter employee ID: Enter department: Accounting Enter position: Accountant 123456 Enter employee name: Joe Morales Enter employee ID: Enter department: Engineering Enter position: Engineer 678910 Enter employee name : Enter employee ID: Enter department: Customer Service Enter position: Customer Service Rep Marie zinc 45678 Employee Name: Mary Smith 1 : ID number: 123456 Department: Accounting Title: Accountant Employee 2 : Name: Joe Morales ID number: 67891O Department: Engineering Title: Engineer Employee Name: Marie Zinc 3 : ID number: 45678 Department: Customer Service Title: Customer Service Rep Note: You may not actually be using the setter and getter methods but to be complete, your class needs to include them. See Cellphone class example. Instead of using this method of printing, invoke main by using print (object_name). str in Turn in two files, employee.py and your main program
Personal Information Class:
Design a class called Employee that holds the following data about an employee:
name
ID number
Department
Job Title
Class. Store your class in a separate file called employee.py.
Your class will have an initializer method that will be passed the information entered by the
user as arguments.
Write appropriate accessor and mutator methods for each data attribute.
Write a
str
method to print the contents of the class (see example of
str__on p.
523).
Main program:
Your main program should create three instances of the class. Your program should get the
information from the user and pass it as parameters to the initializer method. Using the
str
method invoked by the print function, the program should display the personal
information for the three individuals.
Output and Sample Dialog:
Enter employee name: Mary Smith
Enter employee ID:
Enter department: Accounting
Enter position: Accountant
123456
Enter employee name: Joe Morales
Enter employee ID:
Enter department: Engineering
Enter position: Engineer
678910
Enter employee name: Marie Zinc
Enter employee ID:
Enter department: Customer Service
Enter position: Customer Service Rep
45678
1 :
Employee
Name: Mary Smith
ID number: 123456
Denartment:
Accounting
Transcribed Image Text:Personal Information Class: Design a class called Employee that holds the following data about an employee: name ID number Department Job Title Class. Store your class in a separate file called employee.py. Your class will have an initializer method that will be passed the information entered by the user as arguments. Write appropriate accessor and mutator methods for each data attribute. Write a str method to print the contents of the class (see example of str__on p. 523). Main program: Your main program should create three instances of the class. Your program should get the information from the user and pass it as parameters to the initializer method. Using the str method invoked by the print function, the program should display the personal information for the three individuals. Output and Sample Dialog: Enter employee name: Mary Smith Enter employee ID: Enter department: Accounting Enter position: Accountant 123456 Enter employee name: Joe Morales Enter employee ID: Enter department: Engineering Enter position: Engineer 678910 Enter employee name: Marie Zinc Enter employee ID: Enter department: Customer Service Enter position: Customer Service Rep 45678 1 : Employee Name: Mary Smith ID number: 123456 Denartment: Accounting
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Class
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,