| |
|
What is a delegate? What is a Multicast Delegate?
Delegate - It is a type safe function pointer. It is a type that
holds the reference of a method. A delegate may be used to call a method
asynchronously.
Multicast Delegate - it is a delegate that holds reference of
more than one method. Multicast Delegates must have a return type of
void.
Click here to view an example
OOPs
Class
Encapsulation
Inheritance
Class Member
Polymorphism
Property Event
Access Modifier
Overloading
Shared
Virtual
Overridable Overrides Mustoverride
Shadows
Constructor
Static Constructor
Serialization
Delegate
Abstract
Interface
Multiple Inheritance
| |