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?
- `Delegates.watcher()`
- `Delegates.observable()`
- `Delegates.rx()`
- `Delegates.observer()`
Answer: The correct answer of the above question is Option B:`Delegates.observable()`