CS202   2- ‹#›
Data Abstraction
nThink of a class as similar to a data type
äand an object as a variable
nAnd, just as we can have zero or more variables of any data type...
äwe can have zero or more objects of a class!
nThen, we can perform operations on an object in the same way that we can access members of a struct...