answersLogoWhite

0

Abstract Data Type in computing is a set of data along with a set of predefined operations.

The actual data inside the ADT is protected from direct manipulation. The exposed operations is the only way to manipulate the data.

In easier terms, it is very much like (though not limited) to the objects in object oriented programming.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is called representation of data structure in memory?

"Abstract Data Type"


What is the difference between data structure and abstract data type?

An Abstract Data Type is an interface that interacts with a data structure. A Data Structure is an implementation of the ADT. for example. If you were going to create a linked list you would create an Interface listing all the methods required by the list. Then in the linked list class you would code how the list uses these methods. Hope this helps :)


What is concurrent object?

A concurrent object is an abstract data type that permits concurrent operations that appear to be atomic. It can be implemented as a data structure in shared memory and a set of algorithms that manipulate the data structure using atomic synchronization primitives.


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


Is a linked list a physical data structure?

Physical data structures are how data is organized on a hardware storage device, and therefore how they appear to the computer. Logical or virtual data structures are software-based objects, and how the user or program sees it. Although many file systems use a type of linked list format for storing information, a linked list is used for both hardware and software purposes, and therefore it cannot fall under either the physical or virtual data structure classification.


What is the difference between data model and schema in database?

As I understand it, a database schema is a physical entity, it describes the structure of exactly how the data is stored and is itself stored by DBMS for reference. Data model, on the other hand, is an abstract representation of database.


What are the subject-matters of data structure?

types of data structure types of data structure


How do abstract data from medical records?

To abstract data from the medical records, simply go to the medical files in question to retrieve the information.


How do you amend a data structure?

How do you amend a data structure?


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is the weakness of Data structure diagram?

weakness of data structure diagrams


What is abstraction in visual basic?

The basic idea of data abstraction is to structure the programs that are to use compound data objects so that they operate on ``abstract data.'' That is, our programs should use data in such a way as to make no assumptions about the data that are not strictly necessary for performing the task at hand. At the same time, a ``concrete'' data representation is defined independent of the programs that use the data. The interface between these two parts of our system will be a set of procedures, called selectorsand constructors, that implement the abstract data in terms of the concrete representation. To illustrate this technique, we will consider how to design a set of procedures for manipulating rational numbers.bimzz