- A Helper class is a class that is meant to be used by many different programs.
- It represents a new, complex data type.
- It has attributes (instance variables) and behaviors (methods).
- We have talked about how to use a class, and covered the basic syntax of coding a class.
- Next we will learn about how to design a class, and you will start writing your own.
Here are some notes from a prior in-class discussion: