Multiple choice

Which of the following is an incorrect statement about NSSet in Objective C?

  1. It has distinct objects.

  2. It is immutable.

  3. It is used to store and retrieve primitive values.

  4. The elements can be altered in NSSet.

  5. An NSSet can be created through the set with objects: class method.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is not used with primitive values as it is not a wrapper class.