Type abstrait


Révision datée du 28 février 2018 à 09:28 par Pitpitt (discussion | contributions) (Page créée avec « == Domaine == Category:Vocabulaire Category:Vocabulary == Définition == == Termes privilégiés == == Anglais == <br/> === Abstract data type ===... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Domaine

Définition

Termes privilégiés

Anglais


Abstract data type


In computer science, an abstract data type (ADT) is a mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations. This contrasts with data structures, which are concrete representations of data, and are the point of view of an implementer, not a user.