Write a driver program to test the Factory Employee class from Exercise.
Exercise ,
You should also write driver programs to test them as instructed in the programming problems at the end of this chapter.
Factory workers are paid a certain amount for each unit they make and their total pay is the number of units produced times the pay per unit.
Add a class Factory Employee to the Employee class hierarchy described in the text.