Changes

Jump to: navigation, search

Objective-C 2.0 Data Types

493 bytes removed, 14:53, 5 October 2009
id Data Type
\' - Single quote (when using when placing a double quote into a string declaration)<br>
== id Data Type ==
As we will see in later chapters of this book, Objective-C is an object oriented language. As such much of the way a program will be structured is in the form of reusable objects. These objects are called upon to perform tasks and return results. Often, the information passed into an object and the results returned will be in the form of yet another object. The ''id'' data type is a general purpose data type that can be used to store any object, regardless of its type.
== float Data Type ==

Navigation menu