Objects and properties
Edit me

Objects or in this case more exactly instance and their properties are the fundamental storage units for object-oriented programming in the language. They serve as the basic containers for data and behavior in Objective-C applications.

Because this is an important topic, there are actually two complementary guides that give all the information needed to manage objects and how to implement their properties.

Next

When you return from those two guides, continue on to printing.