Answer:
C is the correct option i.e. Abstract Data Type
Step-by-step 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.