Question: What is the error in this code?

  1. Extensions can't add properties. // although extensions technically can't contain stored properties
  2. Nothing is wrong with it.
  3. didSet takes a parameter.
  4. c is not a character.

Answer: The correct answer of the above question is Option A:Extensions can't add properties. // although extensions technically can't contain stored properties