CS202   2- ‹#›
Data Abstraction
nData Abstraction is one of the most powerful programming paradigms
nIt allows us to create our own user defined data types (using the class construct) and
äthen define variables (i.e., objects) of those new data types.