CS202
2- ‹#›
Data Abstraction
n
Data Abstraction is one of the most
powerful programming paradigms
n
It 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.