InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is used to notify observer the change in observed object?(a) update()(b) notify()(c) check()(d) observed() |
|
Answer» Right choice is (a) update() The best explanation: None. |
|