CS202   2- ‹#›
What is a Class?
nFirst, let’s talk about some terminology
äThink of a class as the same as a data type
äThink of an object as the same as a variable
nAn “object” is an instance of a class
äJust like a “variable” is an instance of a specific data type
nWe can zero or more variables (or objects) in our programs
n