The Objective-C Programming Language

时间:2015-03-13 04:59:52
【文件属性】:

文件名称:The Objective-C Programming Language

文件大小:816KB

文件格式:PDF

更新时间:2015-03-13 04:59:52

Objective-C IOS Iphone

The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined as a small but powerful set of extensions to the standard ANSI C language. Its additions to C are mostly based on Smalltalk, one of the first object-oriented programming languages. Objective-C is designed to give C full object-oriented programming capabilities, and to do so in a simple and straightforward way. Most object-oriented development environments consist of several parts: ● An object-oriented programming language ● A library of objects ● A suite of development tools ● A runtime environment This document is about the first component of the development environment—the programming language. This document also provides a foundation for learning about the second component, the Objective-C application frameworks—collectively known as Cocoa. The runtime environment is described in a separate document, Objective-C Runtime Programming Guide .


网友评论

  • 英文原版,正在学习ios,很需要这本书。