
Data Abstraction
nOnce we have defined
what data and operations make sense for a new data type,
we can define them using the class construct in C++
nOnce you have
defined a class, you can create as many instances of that class
as you want
nEach “instance” of the class is considered
to be an “object” (variable)