It is like Function Pointer.
It point to the method or function at runtime.
Declared Delegate and Method should have same number of argument and return type
Callback
It point to the method or function at runtime.
Declared Delegate and Method should have same number of argument and return type
Callback