0
17kviews
Define ADT with an example
1 Answer
3
1.5kviews
  1. Abstract Data type (ADT) is a type (or class) for objects whose behavior is defined by a set of value and a set of operations
  2. The definition of ADT only mentions what operations are to be performed but not how these operations will be implemented
  3. It does not specify how …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.