Fill in Order Details

  • Submit paper details for free using our simple order form

Make Payment Securely

  • Add funds to your account. There are no upfront payments. The writer will only be paid once you have approved your paper

Writing Process

  • The best qualified expert writer is assigned to work on your order
  • Your paper is written to standard and delivered as per your instructions

Download your paper

  • Download the completed paper from your online account or your email
  • You can request a plagiarism and quality report along with your paper

modification code given help please

Please modify the given code called: Person, Employee and Student classes. They are below instructions!

Add a custom exception classes for an invalid age (InvalidAge),years worked (InvalidYearsWorked) and units completed(InvalidUnits).

the only code not attached is student.py and that will be provided with a screenshot, please do not implement your code and copy paste the code that is given.

Valid age is 0 through 120.

Valid years worked is from 0 through 75.

Valid units is from 0 through 200.

1) Modify the setter methods in Person, Student and Employee as needed to raise an exception for an invalid age, invalid years worked and invalid number of units.

2) Modify the PersonTest application to catch these exceptions. Make your error messages informative. Remember to keep the generic exception as the last one.

3) Test your application with both valid and invalid data and ensure your program responds appropriately.

PERSON CLASS CODE:

class Person:

# custom constructor. Constructors are named __init__()

def __init__ (self, name, address, age):

# set the variables

# note the single underscore _ before the variable name makes them protected

self._name = name

# note we call the setter method here

self._address = address

self._age = age

# getter and setter methods for the various properties

def get_name(self):

return self._name

def set_name(self, name):

self._name = name

def get_address(self):

return self._address

def set_address(self, address):

self._address = address

def get_age(self):

return self._age

def set_age(self, age):

self._age = age

# instance method

def to_string(self):

return “Name: ” + self._name + ” Address: ” + str(self._address) + ” Age: ” + self._age

———————————————————————–

PERSON CODE:

from Employee import Employee

# import the Student Class

from Student import Student

name = input(“Enter name: “)

address = input(“Enter address: “)

age = input(“Enter age: ” )

job_skills = input(“Enter job skills: “)

years_worked = input(“Enter years worked: “)

major = input(“Enter major: “)

units_completed = input(“Enter units completed: “)

# create an instance of an employee

my_employee = Employee(name, address, age, job_skills, years_worked)

# create an instance of a student

my_student = Student(name, address, age, major, units_completed)

# invoke the to_sting() method and display everything

print(my_employee.to_string() )

print(my_student.to_string() )

———————————————————————–

EMPLOYEE:

class Employee(Person):

# custom constructor. Constructors are named __init__()

def __init__ (self, name, address, age, job_skills, years_worked):

# we are overriding the Person constructor so call the inherited constructor

super().__init__(name, address, age)

self._job_skills = job_skills

self._years_worked = years_worked

# getter and setter methods for the various properties

def get_job_skills(self):

return self._job_skills

def set_job_skills(self, job_skills):

self._job_skills = job_skills

def get_years_worked(self):

return self._years_worked

def set_years_worked(self, units_years_worked):

self._years_worked = years_worked

# instance method

def to_string(self):

return super().to_string() + ” Job Skills: ” + self._job_skills + ” Years Worked: ” + self._years_worked

WHAT OUR CURRENT CUSTOMERS SAY

  • Google
  • Sitejabber
  • Trustpilot
Zahraa S
Zahraa S
Absolutely spot on. I have had the best experience with Elite Academic Research and all my work have scored highly. Thank you for your professionalism and using expert writers with vast and outstanding knowledge in their fields. I highly recommend any day and time.
Stuart L
Stuart L
Thanks for keeping me sane for getting everything out of the way, I’ve been stuck working more than full time and balancing the rest but I’m glad you’ve been ensuring my school work is taken care of. I'll recommend Elite Academic Research to anyone who seeks quality academic help, thank you so much!
Mindi D
Mindi D
Brilliant writers and awesome support team. You can tell by the depth of research and the quality of work delivered that the writers care deeply about delivering that perfect grade.
Samuel Y
Samuel Y
I really appreciate the work all your amazing writers do to ensure that my papers are always delivered on time and always of the highest quality. I was at a crossroads last semester and I almost dropped out of school because of the many issues that were bombarding but I am glad a friend referred me to you guys. You came up big for me and continue to do so. I just wish I knew about your services earlier.
Cindy L
Cindy L
You can't fault the paper quality and speed of delivery. I have been using these guys for the past 3 years and I not even once have they ever failed me. They deliver properly researched papers way ahead of time. Each time I think I have had the best their professional writers surprise me with even better quality work. Elite Academic Research is a true Gem among essay writing companies.
Got an A and plagiarism percent was less than 10%! Thanks!

ORDER NOW


Consider Your Assignments Done

“All my friends and I are getting help from eliteacademicresearch. It’s every college student’s best kept secret!”

Jermaine Byrant
BSN

“I was apprehensive at first. But I must say it was a great experience and well worth the price. I got an A!”

Nicole Johnson
Finance & Economics

Our Top Experts

See Why Our Clients Hire Us Again And Again!


OVER

10.3k
Reviews

RATING
4.89/5
Average

YEARS
13
Mastery

Success Guarantee

When you order form the best, some of your greatest problems as a student are solved!

Reliable

Professional

Affordable

Quick

Using this writing service is legal and is not prohibited by any law, university or college policies. Services of Elite Academic Research are provided for research and study purposes only with the intent to help students improve their writing and academic experience. We do not condone or encourage cheating, academic dishonesty, or any form of plagiarism. Our original, plagiarism-free, zero-AI expert samples should only be used as references. It is your responsibility to cite any outside sources appropriately. This service will be useful for students looking for quick, reliable, and efficient online class-help on a variety of topics.