You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers Abstract Data Types (ADTs) — a foundational concept in the OCR A-Level Computer Science (H446) specification. Understanding ADTs is essential for designing clean, modular, and maintainable software.
An Abstract Data Type (ADT) is a logical description of a data structure that defines:
An ADT does not specify how the data is stored or how the operations are implemented. It describes the interface (what you can do) without revealing the implementation (how it is done).
Think of a television remote control:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.