Hi! I was attempting the practice exam part 2 earlier on and noticed that the update() method in the Watcher interface is set as public (+). I understand that interface methods doesn't allow access modifiers, so I'm a bit confused with the solution. Is it fine if I declare it as ~ or leave it empty instead? Thank you!
