December 2011
Beginner
600 pages
11h 25m
English
In this chapter, we go into more detail about variable scope, initialization methods for objects, and data types.
The initialization of an object deserves some special attention, which we give it here.
We talked briefly about the scope of instance variables as well as static and local variables in Chapter 7, “More on Classes.” We talk more about static variables here and introduce the concept of global and external ones. In addition, you can give certain directives to the Objective-C compiler, to more precisely control the scope of your instance variables. We cover these directives in this chapter as well.
An enumerated data type enables you to define the name for a data type to be used only to store a specified ...
Read now
Unlock full access