-
What is the use of Observable class?
-
- It is used to create classes that can be accessed by other parts of program
- It is used to create methods that can be accessed by other parts of program
- It is used to create global subclasses
- It is used to create classes that other part of the program can observe
- None of these
Correct Option: D
The Observable class is used to create subclasses that other part of program can observe.