InterviewSolution
Saved Bookmarks
| 1. |
What Are Delegates? |
|
Answer» DELEGATES are a design pattern. A delegate is just an object that another object sends MESSAGES to when CERTAIN things HAPPEN. Delegates are a design pattern. A delegate is just an object that another object sends messages to when certain things happen. |
|