InterviewSolution
Saved Bookmarks
| 1. |
How do we data an objects |
Answer» A data object is a REGION of storage that contains a VALUE or group of values. Each value can be ACCESSED using its identifier or a more complex expression that refers to the object. In addition, each object has a unique data type. |
|