Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What does abstract data type means?

Answer Posted / rini

ADTs allows the creation of instances with well-defined properties and behaviour. In object-orientation ADTs are referred to as classes. Therefore a class defines properties of objects which are the instances in an object-oriented environment.

ADTs define functionality by putting main emphasis on the involved data, their structure, operations as well as axioms and preconditions. Consequently, object-oriented programming is ``programming with ADTs'': combining functionality of different ADTs to solve a problem. Therefore instances (objects) of ADTs (classes) are dynamically created, destroyed and used.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you insert a new item in a binary search tree?

1018


What is bubble sort and selection sort?

1017


When ArrayIndexOutOfBoundsException occurs?

1181


What is dangling pointer and how to avoid it?

1019


Does list allow null values?

976


State the merit of linked representation of binary trees?

976


In what order the elements of a hashset are retrieved?

1010


How would you implement two stacks using a single array?

1031


How does quick sort work?

985


Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?

1011


What is tree and its properties?

960


What is nsmutablearray?

897


When would you use a tuple?

900


Define a Deque?

1105


What is the use of sorting?

1010