linked list ADT

Apr 8, 2014 at 12:22pm
What is ADT and How abstraction is implemented? Please explain with some example.

What is linked list ADT?




Thanks if you respond :D
Apr 8, 2014 at 1:19pm
Based on the information that you have provided, ADT is an ambiguous 3-letter acronym.
Apr 8, 2014 at 4:57pm
Abstract Data Type

The linked list is the abstraction because there is no real world situation where a client will be directly interacting with just a linked list without having some sort of GUI that acts as an in between.

A linked list ADT is simply a data structure that can store information in the form of a list, where each item in the list stores information associated with it and a reference to the next item.

Google is you friend
Apr 9, 2014 at 4:53am
Thanks Smac89 for responding.

it is said ADT or classes.

what are common in ADT and classes as you had related ADT to Linked list.

Means i want to relate all this with class. Why we say classes as Abstract data type?
Last edited on Apr 9, 2014 at 4:54am
Apr 9, 2014 at 9:13am
Google is you friend

Most definitely in this case.

OP, just learn what an ADT is first, forget about the linked list concept for the time being.
Topic archived. No new replies allowed.