Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
QUESTION
Can someone help me make a Windows App Form that will read data form CSV file and dipslay it into a GUI?
- Can someone help me make a Windows App Form that will read data form CSV file and dipslay it into a GUI? This should demonstrate the use of inheritance by having these elements: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