December 2013
Beginner
576 pages
16h 4m
English
This chapter covers variable scope, initialization methods for objects, and data types in more detail.
The initialization of an object deserves some special attention, which we give 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 list of ...
Read now
Unlock full access