Respuesta :
Answer:
C is the correct option i.e. Abstract Data Type
Explanation:
As we know that an ADT only mentions that what operations are to be performed but doesn't define their implementation. It does not define the organization of the data in the memory and which algorithms will be used for the implemetation of operations. An implementation- independent view is provided by the abstract data type.
Answer:
(a) Abstract data type
Explanation:
Unlike concrete data types which consist of data members and operations on those members used by programmers when implementation details of the data type are known, abstract data types are just the opposite. Abstract data types (ADT) are data types that hide the actual implementation processes of their data.
Examples of ADT are;
i. Lists
ii. Stacks
iii. Arrays
iv. Queues
v. Deques