InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions that build the abstract data type? |
|
Answer» CONSTRUCTORS are functions that build the ABSTRACT data type. SELECTORS are functions that retrieve INFORMATION from the data type. |
|