Saved Bookmarks
| 1. |
What Is A Delegate? |
|
Answer» A delegate OBJECT encapsulates a reference to a METHOD. In C++ they were REFERRED to as function pointers. A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers. |
|