CS202   2- ‹#›
When do we used Classes?
nI recommend using structures when you want to group different types of data together
äand, to use a class when we are interested in building a new type of data into the language itself
äto do this, I always recommend forming that data type such that it behaves in a consistently to how the fundamental data types work
n