1.

Difference Between Abstract Data Type, Data Type And Data Structure?

Answer»
  • An ABSTRACT data type is the specification of the data type which SPECIFIES the LOGICAL and mathematical MODEL of the data type.
  • A data type is the implementation of an abstract data type.
  • Data structure refers to the collection of COMPUTER variables that are connected in some specific manner.

i.e) Data type has its root in the abstract data type and a data structure comprises a set of computer variables of same or different data types.

i.e) Data type has its root in the abstract data type and a data structure comprises a set of computer variables of same or different data types.



Discussion

No Comment Found