OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - Delegates - Parte II
Duration: 15:25 min
Description:
This video is part 2 of the delegate discussion. After creating the employee class and
the delegate, we will create a manager class that process assignments. Processing
those assignments is done by "delegating" the work to the technical lead class that we
will create with methods CompleteTask() and UpdateTaskList().