The document provides instructions for iLab 4 on modifying an Employee class to use composition with a new Benefits class and implement an interface. Students are asked to:
1. Create a Benefits class and add it as a property to Employee.
2. Create an iEmployee interface for Employee to implement, requiring a calculatePay method.
3. Modify the Main method to demonstrate using the new Benefits property and creating Employee objects.
4. Capture the output and submit the project files and screenshots in a Dropbox by the due date.