Data Abstraction
Data abstraction is used as a tool to
increase the modularity of a program
It is used to build walls between a program
and its data structures
what is a data structure?
talk about some examples of data structures
We use it to build new abstract data types