博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IT English Collection(9) of Objective-C
阅读量:5318 次
发布时间:2019-06-14

本文共 1328 字,大约阅读时间需要 4 分钟。

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 结语

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

 

转载于:https://www.cnblogs.com/suncoolcat/p/3341920.html

你可能感兴趣的文章
巧用Win+R
查看>>
浅析原生js模仿addclass和removeclass
查看>>
Python中的greenlet包实现并发编程的入门教程
查看>>
tweenlite使用说明
查看>>
ContentProvider数据访问详解
查看>>
java中遍历属性字段及值(常见方法)
查看>>
在iPhone应用中使用自定义字体
查看>>
在AD的环境下,更改计算机名导致TFS,无法连接解决办法
查看>>
Jenkins执行批处理文件失败
查看>>
linux下vi命令大全
查看>>
JAVA 基础坑
查看>>
oracle 创建自定义的流水号
查看>>
深入理解jQuery框架-框架结构
查看>>
[7.14NOIP模拟4]通讯 题解 (Tarjan缩点+贪心)
查看>>
刷水记录
查看>>
lamp环境安装
查看>>
疫情控制
查看>>
YUI3自动加载树实现
查看>>
String类中的toUpperCase()和toLowerCase()方法
查看>>
python知识思维导图
查看>>