Write A Series of Functions Called ADD To Add Things Together E.G
Write A Series of Functions Called ADD To Add Things Together E.G
Assume that object represents an employee report that contains the information about employee id, total bonus, total overtime in a particular year. Use four objects to represent four employees' reports. Write a program that display report information. Use setpara() member function to set report attributes by passing the arguments and member function displayreport() to show the reports according to parameter passed. 2. Write a series of functions called ADD to add things together e.g. int,float and check that the compiler can handle the function name overloading.