PDA

View Full Version : What is ADT (Abstract Data Type)?


sadaf2605
Jan25-12, 09:26 AM
What is ADT: Abstract Data Type?
is it like Abstract Classes?

The more i am searching for it i am getting lost! So please help!

Thanks in an advance!

chiro
Jan25-12, 10:05 AM
What is ADT: Abstract Data Type?
is it like Abstract Classes?

The more i am searching for it i am getting lost! So please help!

Thanks in an advance!

Hey sadaf2605 and welcome to the forums.

Have you checked Wikipedia?

http://en.wikipedia.org/wiki/Abstract_data_type

NightShift
Jan30-12, 11:49 PM
An Abstract Data Type is usually an interface which holds methods for an implementation of a Data structure. There are different ADTs available to implement different data structures. ADTs usually hold <E>, Generic variable type, so the user may or may not specify the Data Type of the data structure that is being implemented from the ADT..