When the utility Property and proected are used -- Inter-class inheritance

Source: Internet
Author: User
Reading Observer For more information, see Iview Of ObserverMode Overview .

I found a problem. If it is class inheritance, it is like Observer And Concreteobserver , The parent class has a field Asubject Set Protected Of course, it can be a quilt class. Concreteobserver Reference, this field is also GET/Set Of Property Attribute! Then in the subclass Concreteobserver Which function is used in?

 

Public Override VoidUpdate ()


{
// First Use Property : This . Observedsubject

System. Console. writeline ("In observer {0}: datafrom subject {1 }",

Strobservername,This. observedsubject. Importantsubjectdata );

 

 

// Second Use Protected  : Asubject

System. Console. writeline ("In observer {0}: datafrom subject {1 }",

Strobservername,Asubject. Importantsubjectdata );

}

 

In fact, both of them can be used, becausePropertyIt can also be accessed by the quilt class. Generally, there should not be two egresses to the subclass,

I want to discuss it,PropertyUnder what conditions is used.

ObviouslyProtectedThe original intention is to use it for inheritance. I think it is used hereProtected !

 

 

CompleteCodeSee ObserverCode

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.