Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Document Format ( 2 attachments)

PDF file Icon
609a7b890c806_30665.pdf

180 KBs PDF File

Word file Icon
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

Recommended Textbook for

Global Investments

Authors: Bruno Solnik, Dennis McLeavey

6th edition

321527704, 978-0321527707

More Books

Students also viewed these Programming questions

Question

=+b) What are the standard deviations for each action?

Answered: 1 week ago