KnowraAbstract data typeLinked fromLinked fromThe 6 pages that link to Abstract data type, each with the reason it gives.All 6Broader topic 1Related 3Narrower topic 2DefinitionRelated: It applies the mathematical separation between a precise specification and its realization.AbstractionBroader topic: It specifies what a data structure does while omitting how it is built.Data structureRelated: It separates the behavior a structure promises from how it stores data.Priority queueNarrower topic: Priority queues specify behavior without requiring a particular internal representation.Barbara LiskovRelated: CLU's clusters gave programmers a way to implement abstract data types.Linked listNarrower topic: A list’s interface can be separated from its node-and-link implementation.