Multiple choice Which of the following is a false statement about 'properties' in Objective C? These are used to declare the data of a class. The most commonly used parameters are copy/retain/assign in the Property. The assign keyword generates a setter, which do not have retained objects. The assign can be interchanged with another object's property. The read-only keyword is used to generate the setters. Reveal answer Fill a bubble to check yourself E Correct answer Explanation The read-only keyword means a setter will not be generated.