Saved Bookmarks
| 1. |
Define An Abstract Data Type (adt)? |
|
Answer» An abstract DATA type is a set of operations. ADTs are MATHEMATICAL abstractions; now here in an ADT’s definition is there any mention of how the set of operations is implemented. Objects such as lists, SETS and graphs, along with their operations can be VIEWED as abstract data types. An abstract data type is a set of operations. ADTs are mathematical abstractions; now here in an ADT’s definition is there any mention of how the set of operations is implemented. Objects such as lists, sets and graphs, along with their operations can be viewed as abstract data types. |
|