CS202   2- ‹#›
Data Abstraction
nAn abstract data type (ADT) is a data type that we create
äconsists of data and operations that can be performed on that data
nThink about a char type
äit consists of 1 byte of memory and operations such as assignment, input, output, arithmetic operations can be performed on the data