Question: Python Program Create a person object with the following attributes and actions: Full Name Email address Year of birth Phone number Favorite color Place of

Python Program

Create a person object with the following attributes and actions:

Full Name

Email address

Year of birth

Phone number

Favorite color

Place of employment

Salary

Employment start date

Evaluation date

Actions:

Compute a 5% raise

Compute the length of employment

Compute if the employee is due for evaluation

__str__ ()

Test your object:

Ask the user for all the information

compute using all the actions of the object

Test all class instance variables with getters and setters

print using the __str__() action

Commenting:

You must have detailed class headers for all your classes

You must comment in your code to mark where you created the instance of the class

Program header comments

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!