Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 301 Bytes

DemoJobs

This program calculates pay for a worker that works 2 seperate jobs. Internally this program utilizes the overloaded + operator in order to add together 2 different objects which are the 2 different jobs the worker has. The program also makes use of public properties and private fields.