Self keyword OC

Source: Internet
Author: User
  1. Self is a pointer to the object that calls the current method;
  2. If it is not understood, it can be understood as the current object;
  3. Self can access the member variables of the current object;
  4. The second use case of self;
  5. -(void) Bark{nslog (@ "Wang Woo");} -(void) run{[self bark]; NSLog (@ "Run and Run");}
    1. The third use of self: the self represents a class;
    2. Self appears in the object method, and self represents the object
    3. Self appears in the class method, and self represents the class;

Self keyword OC

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.