Question: I need help with the Python code section i keep running into errorsgoal is to learn the object - oriented design / programming concepts, Python

I need help with the Python code section i keep running into errorsgoal is to learn the object-oriented design/programming concepts, Python syntax for classes and inheritance relationships.
This exercise is very similar to what did in the previous exercises. This time, the instructions aren't going to be as detailed.
will override the to_string() method.
Add a class called student to your model. Show an inheritance relationship from the person class. In the student class, add the following properties: major and units completed. The student class will also override the to_string() method.
Time to write some code! Create a code file called
Person.py and a class called Person. Implement the properties and methods required from your class model.
Create a Python code file called
Employee.py. Implement the Employee class with the required properties and methods. Be sure to inherit from the Person class.
Create a Python code file called
Student.py. Implement the Student class with the required properties and methods. Inherit from the Person class.
Create a Python code file called
PersonTest.py. Prompt for the inputs needed to test the student and employee classes. Create an instance of each and display the values.
I need help with the Python code section i keep

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 Finance Questions!