Q. Which of the following statements is incorrect about delegate? (Solved)
1. Delegates are reference types.
2. Delegates are object oriented.
3. Delegates are type-safe.
4. Only one method can be called using a delegate.
- d. Only one method can be called using a delegate.