Closed joytqt-1202 closed 1 year ago
Should update() in UiWidget be excluded since UiWidget extends from ProgressWatcher which inherits from Watcher which already has update()?
update()
UiWidget
ProgressWatcher
Watcher
Answer for Practice Exam Part 2 a
There is a related issue for this!
oh! thank you!
Should
update()
inUiWidget
be excluded sinceUiWidget
extends fromProgressWatcher
which inherits fromWatcher
which already hasupdate()
?Answer for Practice Exam Part 2 a