InterviewSolution
Saved Bookmarks
| 1. |
What is a collection? |
|
Answer» A Collection is a unique form of data SOURCE because it is not connected to a cloud service but rather is LOCAL to the APP. This is usually utilised as the device's local storage, and it can't be shared between devices for one or numerous users. They can be saved and accessed locally as well. Clear function, ClearCollect, and COLLECT are used to manage collections. |
|