218k views
4 votes
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

User Trefex
by
3.8k points

1 Answer

2 votes

Answer:

D. abstract data type

Step-by-step 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).

User Suvam Roy
by
3.3k points