subject

Design and write a class named Employee that inherits the Person class (from this week's code acrhive) and holds the following additional data: ID number, department and job title. Once you have completed the Employee class, write a program that creates three Employee objects to hold the following data:

Name ID Number Department Job Title Phone
Susan Meyers 47899 Accounting Vice President 212-555-1212
Mark Jones 39119 IT Programmer 212-555-2468
Joy Rogers 81774 Operations Engineer 212-555-9753

The Python program should store this data in the three objects and then display the data for each employee on the screen.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:00
How do we use the sumif formula (when dealing with different formats) ?
Answers: 1
question
Computers and Technology, 24.06.2019 01:10
Create a program that will take in a single x and y coordinate as the origin. after the input is provided, the output should be all of the coordinates (all 26 coordinates read from the “coordinates.json” file), in order of closest-to-farthest from the origin.
Answers: 1
question
Computers and Technology, 24.06.2019 10:20
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
Every telecommunication setup uses two devices: one device to transmit data and one device to receive data. which device transmits frequencies to mobile phones? towers transmit frequencies to mobile phones.
Answers: 1
You know the right answer?
Design and write a class named Employee that inherits the Person class (from this week's code acrhiv...
Questions
question
Physics, 12.11.2020 06:20
question
Business, 12.11.2020 06:20
question
Social Studies, 12.11.2020 06:20
question
Social Studies, 12.11.2020 06:20
Questions on the website: 13722359