Fill in the blanks of the following statement. Choose from the options below. Some options may be used more than once.
Statement:
Linked-Lists and Arrays are a kind of Abstract Data Type (ADT) because both have internal (15)______________ that manipulate the associated data according to the user’s specification. Internal composition of the (16)______________ and the actual (17)storage are not necessarily exposed to the user. Each instance of a linked-list or array is unique and (18) of all others. Linked-lists and arrays can be created from both (19-20)______________ data types.