Question: What is an enums base type for the code below?

  1. There is no base type.
  2. NSObject
  3. int
  4. NSNumber

Answer: The correct answer of the above question is Option A:There is no base type.