Question: Persons, Employees, Children, Lists Create a wpf or form app Project4bPersonsEmployees Copy the Person class from the notes into your project. You will need to
Persons, Employees, Children, Lists
Create a wpf or form app
- Copy the Person class from the notes into your project. You will need to fix some bugs as one of the methods refers to a kid class instance variable that does not exist. Derive an Employee class from your person class. Employees need a title and salary. Employees have a reference (null or not null) to an emergency contact person.
- Derive a Boss class from your employee class. Bosses have a reference to a list of employees they boss.
- Derive a child class from your person class. Modify the Person class to have a reference (null or not null) to a list of children. Children do not have children.
- Develop a form interface to allow users to enter data into your class structure.
- Develop a nice easy to comprehend display in outline form that shows all your data. You will have to think carefully about how to design and build this.
Style: Block comment with name, date, and good sentence(s) Good variable names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
