Abstract Data Types Flashcards
1
Q
What is a data type
A
a set of values and a set of operations on those values
2
Q
what is an abstract data type
A
A Data Type whose implementation is unknown to the client of
the ADT
3
Q
what does API stand for
A
application programming interface
4
Q
what is an API
A
a list and informal description of the operations of an ADT
5
Q
what is the clienT
A
The program that uses the ADT