zoukankan      html  css  js  c++  java
  • Language1.5

    Language

    [开发语言]

    Objective-C is an elegant object-oriented language that powers all iOS apps. You write Objective-C code to create your app, and you need to understand this language in order to use most application frameworks. Although you can use other languages for development, you can’t build an iOS app without Objective-C.

    [Objective-C 是一个高雅的面向对象的变成语言,他支撑了所有的IOS应用程序。 你编写Objective-C代码来创建你的应用程序,因此你需要理解这门开发语言,这样你才能够使用大多数的应用程序框架。虽然你可以使用其他的语言作为开发语言,但是离开了Objective-C 你是无法创建一个IOS应用程序的]

    Objective-C is a simple language with syntax(句法) and conventions(公约) that are easy to learn—especially if you have experience with other object-oriented languages such as Java or C++. If you’re a C programmer, you’ll find that when you become familiar with object-oriented programming and Objective-C, your apps are easier to design and modify(修改、变动、变更).

    [Objective-C 是一门简单的语言,他拥有句法和公约,因此,他十分容易去学习,尤其是你拥有其他面向对象语言的开发经验,比如:JAVE或者C++。 如果你是一个C的程序员你就会发现,当你对面向对象编程和Objective-C语言熟悉后,你的应用程序就会非常容易去设计和修改。]

     

    2012-09-15 10:10:02

    THE END !

  • 相关阅读:
    c语言7-4
    c语言 7-4
    dfs
    dfs
    二进制搜索
    BFS
    搜索多层图
    八皇后
    线段树-周长并
    线段树
  • 原文地址:https://www.cnblogs.com/xingchen/p/2686009.html
Copyright © 2011-2022 走看看