• IT English Collection(9) of Objective-C


    1 前言

        今天我们来解除一篇有关Objective-C的介绍文章,详情如下。

    2 详述

    2.1 原文

        Objective-C defines a small but powerful set of extensions to the ANSI C programming language that enables sophisticated object-oriented programming. Objective-C is the native language for Cocoa programming—it’s the language that the frameworks are written in, and the language that most applications are written in. You can also use some other languages—such as Python and Ruby—to develop programs using the Cocoa frameworks. It’s useful, though, to have at least a basic understanding of Objective-C because Apple’s documentation and code samples are typically written in terms of this language.

        Because Objective-C rests on a foundation of ANSI C, you can freely intermix straight C code with Objective-C code. Moreover, your code can call functions defined in non-Cocoa programmatic interfaces, such as the BSD library interfaces in /usr/include. You can even mix C++ code with your Cocoa code and link them into the same executable.

    2.2 生词

    extension [ɪk'stenʃ(ə)n; ek-]  n. 延长;扩大

    sophisticate [sə'fɪstɪkeɪt] vt. 弄复杂

    in terms of  依据;按照

    rest on 停留在;依靠

    intermix [ɪntə'mɪks] vt. 使…混杂;使…混合

    Moreover [mɔːr'əʊvə] adv. 而且;此外

    programmatic [prəʊɡrə'mætɪk] 纲领性

    executable [ɪg'zekjʊtəb(ə)l; eg-] n. 可执行的;可实行的

    3 结语

        以上是所有内容,希望对大家有所帮助。

  • 相关阅读:
    ASP.NET26 个常用性能优化方法
    git 合并 二进制文件
    git 状态管理
    git 分支管理,提交到远程服务器上面
    git 发布android 系统版本 修改版本型号 查看指定文件的修改记录
    使用git 发布android系统版本 1
    提取文本当中的汉字
    wpf 命名空间中不存在
    c# 调用c DLL 所传参数不正确
    用于主题检测的临时日志(233d1263-3c3c-43d0-a2fd-318ee6fd58db
  • 原文地址:https://www.cnblogs.com/suncoolcat/p/3341920.html
Copyright © 2020-2023  润新知