Initializing Objects
You’ve seen the pattern before: You allocate a new instance of an object and then initialize it, using a familiar sequence like this:
Fraction *myFract = [[Fraction alloc] init];
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial