Question: What is wrong with this code?

  1. There is nothing wrong with this code.
  2. There is not read-only directive.
  3. MyClass doesn't implement NSObject.
  4. Properties are declared in the implementation.

Answer: The correct answer of the above question is Option A:There is nothing wrong with this code.