What are Abstract Data Type?
(a) They are a set of values and operations for manipulating those values
(b) They are a scheme for storing values in computer memory
(c) Arrays, stacks, queues, lists, and trees are all examples of abstract data types
(d) They are a set of values and operations for manipulating those values, Arrays, stacks, queues, lists, and trees are all examples of abstract data types
The question was posed to me during an interview.
Query is from Algorithm and Data Structure Specification topic in chapter Visibility, Accessibility and Information Hiding of Software Architecture