SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
Abstract data type
Deffi:-
Abstract Data type:-
Combination of data structure and their operation are
known as abstract data type.
1.ST name
2.ST Roll no.
3.D.O.B
4.Total marks
5.Devision
User-Defined Abstract Data
Types
An abstract data type is a user-defined data type that
satisfies the following two conditions: –
The representation of, and operations on, objects of the type
are defined in a single syntactic unit .
The representation of objects of the type is hidden from the
program units that use these objects, so the only operations
possible are those provided in the type's definition •

More Related Content

PPTX
Database Analysis, OLAP, Aggregate Functions
PPTX
Introduction linked list
PPT
Abstract data types (adt) intro to data structure part 2
PPTX
Online movie ticket booking system
PPTX
Heapify algorithm
DOCX
online movie ticket booking system
PDF
Html tables
PPTX
Database Analysis, OLAP, Aggregate Functions
Introduction linked list
Abstract data types (adt) intro to data structure part 2
Online movie ticket booking system
Heapify algorithm
online movie ticket booking system
Html tables

Recently uploaded (20)

PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Design Guidelines and solutions for Plastics parts
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
communication and presentation skills 01
PPT
Occupational Health and Safety Management System
PPTX
Management Information system : MIS-e-Business Systems.pptx
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
"Array and Linked List in Data Structures with Types, Operations, Implementat...
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
PDF
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
PPTX
introduction to high performance computing
August 2025 - Top 10 Read Articles in Network Security & Its Applications
distributed database system" (DDBS) is often used to refer to both the distri...
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Design Guidelines and solutions for Plastics parts
Fundamentals of Mechanical Engineering.pptx
Exploratory_Data_Analysis_Fundamentals.pdf
Information Storage and Retrieval Techniques Unit III
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
R24 SURVEYING LAB MANUAL for civil enggi
communication and presentation skills 01
Occupational Health and Safety Management System
Management Information system : MIS-e-Business Systems.pptx
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
III.4.1.2_The_Space_Environment.p pdffdf
"Array and Linked List in Data Structures with Types, Operations, Implementat...
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
introduction to high performance computing
Ad
Ad

Abstract data type

  • 2. Deffi:- Abstract Data type:- Combination of data structure and their operation are known as abstract data type.
  • 3. 1.ST name 2.ST Roll no. 3.D.O.B 4.Total marks 5.Devision
  • 4. User-Defined Abstract Data Types An abstract data type is a user-defined data type that satisfies the following two conditions: – The representation of, and operations on, objects of the type are defined in a single syntactic unit . The representation of objects of the type is hidden from the program units that use these objects, so the only operations possible are those provided in the type's definition •