Multiple choice Which of the following is a false statement about the synthesised property? It is used to implement the code for the accessors. Synthesised accessors are atomic. Synthesised accessors can not be nonatomic. The getters must have a value as per the setters. There is no cost for the synthesised property if garbage collection is enabled. Reveal answer Fill a bubble to check yourself C Correct answer Explanation One can disable the synthesised property with the keyword nonatomic.