Objective-C program structure

Source: Internet
Author: User

Class is the core of objective-C, and objective-CProgramAll are performed around classes. The objective-C program consists of at least three parts:

1. Class interface: defines the class data and methods, but does not include the implementation of methods.Code.

2. Class implementation: code for implementing class methods is stored.

3. Applications: applications that call classes to complete some actual operations.

Class interface, which can be understood as the header file *. h In the C/C ++ language, that is, the definition of the class.

Class implementation, we can understand it as the *. cpp file in the C ++ language, that is, the class implementation code.

The application is also an application composed of the main function and other function code that implements some functions.

Related Article

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.