1.

What are the different aspects or points of Anonymous Methods?

Answer»

What are the different aspects or points of ANONYMOUS Methods?
Below are the 5 main point of Anonymous methods:-
(1)We will use delegate keyword to define Anonymous method.
(2)A Anonymous method must be assigned to a delegate.
(3)With the help of Anonymous method we can access outer variables or functions.
(3)We can use Anonymous to PASS as a parameter.
(4)We can also use Anonymous as EVENT handlers.



Discussion

No Comment Found