SW StudyWalks

Computer Science  /  CS 0095  ·  Atom · ~20 seconds

The Abstract Data Type

Video not yet published
to the StudyWalks catalog
State

An abstract data type is the family of all data structures sharing common functionality while differing in representation — the what-it-does, separated from the how-it-is-stored.

Show

A fare card and a paper punch ticket both answer "has this ride been paid for," stored differently.

Watch for

Choose the functionality first; the representation second.