CS202   2- ‹#›
Defining new Data Types...
nTherefore, when we define a new data type with the class construct
äwe need to specify how much memory should be set aside for each variable (or object) of this type
äand, we need to specify which operations make sense for this type of data (and then implement them!!)
äand, what operators makes sense (do be discussed with operator overloading)
n