InterviewSolution
Saved Bookmarks
| 1. |
Collection of different data types is called |
|
Answer» A COLLECTION DATA type has two components: a type constructor , which DETERMINES whether thecollection type is a SET, MULTISET, or LIST, and an element type , which specifies the type of data that thecollection can contain. ... For example, a collection whose element type is INTEGER can contain only integer values. |
|