answersLogoWhite

0

What is an abstract datatype?

Updated: 8/9/2023
User Avatar

Wiki User

16y ago

Best Answer

Abstract data type

A mathematical entity consisting of a set of values (the carrier set) and a collection of operations that manipulate them. For example, the Integer abstract data type consists of a carrier set containing the positive and negative whole numbers and 0, and a collection of operations manipulating these values, such as addition, subtraction, multiplication, equality comparison, and order comparison.

Abstraction

To abstract is to ignore some details of a thing in favor of others. Abstraction is important in problem solving because it allows problem solvers to focus on essential details while ignoring the inessential, thus simplifying the problem and bringing to attention those aspects of the problem involved in its solution. Abstract data types are important in computer science because they provide a clear and precise way to specify what data a program must manipulate, and how the program must manipulate its data, without regard to details about how data are represented or how operations are implemented. Once an abstract data type is understood and documented, it serves as a specification that programmers can use to guide their choice of data representation and operation implementation, and as a standard for ensuring program correctness.

Above retrieved from Answers.com

Viper1

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

stack

queues

linked list like single linked list......,double ....,circular

trees

graphs

abstract also known as advanced data type.....

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

It uses double the amount of memory as the float abstract data type. That is why it is "double".

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

advantages of abstract data type

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an abstract datatype?
Write your answer...
Submit
Still have questions?
magnify glass
imp