The ____ term implies that the type’s data can be accessed only through methods.

A. abstract type library
B. advanced data type
C. abstract definition type
D. abstract data type

Respuesta :

Answer:

D. abstract data type

Explanation:

Abstract data type is a data type whose implementation is embedded behind an abstraction. They can be worked via methods and functions but their  specification is abstracted.

Lists and Stacks can be given as examples of abstract data types.

Abstract data type can be considered as the opposite of Concrete Data Type (CDT).