Question: You would like to know each time a class property is updated. Which code snippet shows a built-in delegated property that can accomplish this?

  1. `Delegates.watcher()`
  2. `Delegates.observable()`
  3. `Delegates.rx()`
  4. `Delegates.observer()`

Answer: The correct answer of the above question is Option B:`Delegates.observable()`