Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
QUESTION
Create C# data structure based on the software developer data that will be read from file (data. The C# data structure class/methods must demonstrate...
- Create C# data structure based on the software developer data that will be read from file (data.txt).
- The C# data structure class/methods must demonstrate the use of inheritance.
- Implement an array of employee record objects containing the data pulled from the file.
- Meet specifications by displaying a welcome message along with the following information on three employees on a Windows Form Application:
- Employee Record(super class):
- name
- address
- age
- gross monthly pay
- department id
- Developer Type (sub class):
- Scripts (i.e., Python, Perl, PowerShell)
- Object-Oriented (i.e., C#, C++, Java)
- Employee Tax Type (sub class):
- W2 (Fed, FICA, Medicare)
- 1099 (no taxes)
- Annual taxes determined by employee tax type
- Annual net pay determined by salary and tax type