Improve C # code 24: replace inheritance by defining and implementing Interfaces

Source: Internet
Author: User

1.Delegation provides a type-safe callback definition. Although most common delegated applications are related to events, this is not the case for C # delegated applications. When classes need to communicate with each other and we expect a loose coupling mechanism than the interfaces, delegation is the best choice. Delegation allows us to configure the target at runtime and notify multiple customer objects.

 

2.The multicast delegate combines all the target functions added to the delegate into a single call. However, there are two points to note in the combination: First, if a delegate call encounters an exception, this method cannot guarantee security; second, the return value of the entire call will be the return value of the last function call.

 

3.During the multicast delegate call process, each target is called in sequence. The delegate object itself does not capture any exceptions. Therefore, any exceptions thrown by the target end the call of the delegate chain.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.