Apple interview question

Why do you write "assign" in a property declaration on an Objective-C class

Interview Answer

Anonymous

24 Jul 2014

Because such property will most likely be holding a primitive value such as int, BOOL, or a C struct instead of a pointer to an object.