Question: CODE MUST BE DONE IN PYTHON PLEASE!!! THANKS. Problem 3. HR Matters a) Design and implement in a file p3.py a class hierarchy for employees

CODE MUST BE DONE IN PYTHON PLEASE!!! THANKS.

CODE MUST BE DONE IN PYTHON PLEASE!!! THANKS. Problem 3. HR Matters

a) Design and implement in a file p3.py a class hierarchy for

Problem 3. HR Matters a) Design and implement in a file p3.py a class hierarchy for employees in a startup company. The base class is Employee. This has subclasses Manager, Engineer. Class Manager has a subclass called CEO. Each employee has these: Data attributes: name (string), base salary (float), phone number (string). Make these private attributes (_prefix) Constructor taking and saving as attributes name, phone number, and base salary. (Ensure proper call chain for superclass constructors.) Methods: accessors for the name and the phone number and a method called salary_ total) that returns the total salary, including any extra benefits that subclasses might have. A method (called a mutator) that updates the base salary The str_method to generate a string representing the object. E.g. "Manager("Sophia Problem 3. HR Matters a) Design and implement in a file p3.py a class hierarchy for employees in a startup company. The base class is Employee. This has subclasses Manager, Engineer. Class Manager has a subclass called CEO. Each employee has these: Data attributes: name (string), base salary (float), phone number (string). Make these private attributes (_prefix) Constructor taking and saving as attributes name, phone number, and base salary. (Ensure proper call chain for superclass constructors.) Methods: accessors for the name and the phone number and a method called salary_ total) that returns the total salary, including any extra benefits that subclasses might have. A method (called a mutator) that updates the base salary The str_method to generate a string representing the object. E.g. "Manager("Sophia

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!