OC Language (OBJECTIVE-C) first article

Source: Internet
Author: User

First, OC Introduction

1.OC is an object-oriented programming, the main decomposition of the problem composed of objects, coordinate the object to contact and communication to solve the problem.

2.C language is a process-oriented idea, which analyzes the steps to solve the problem, realizes the function, and calls the function.

3.objective-c is one of the core of Apple OS X and IOS OS.

Note: You should be aware of the C language or similar programming language before learning OC, and you should understand its rationale for any programming language.

II. Classes and objects

1. What is a class?

Class: Has the same characteristic attribute, divides into: class name, attribute and method.

2. What is an object?

Objects: Features with classes

3. Class and Object relationships?

Classes and objects are the core of an object-oriented object, which is an instance of the class that is the type of the object.

Third, OC Learning

1. Make detailed comments on each step:

A. Main function:

B. declaration

C. Implementation

D. Printing results

Iv. Mastery of content:

What is a class? What is an object? How do I create an object? How do you declare and implement a method and invoke it?

OC Language (OBJECTIVE-C) first article

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.