Question
Write a class named Employee that holds the following data about an employee in attributes: name, ID number, department, and job title. Don't include a
Write a class named Employee that holds the following data about an employee in attributes: name, ID number, department, and job title. Don't include a constructor or any other methods. Once you have written the class, write a program that creates three employee objects to hold the following data:
Name, ID number, Department, Job Title
Susan Meyers, 47899, Accounting, Vice president
Marke Jones, 39119, IT, programming
Joy Rogers, 81774, Manufacturing, Engineering
The program should store its data in three employee objects and then print the data for each employee.
*This is programming in Python
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Class Person def initself name ID Department selfPerson...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Document Format ( 2 attachments)
609a7b890c806_30665.pdf
180 KBs PDF File
609a7b890c806_30665.docx
120 KBs Word File
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started