Before reading this chapter, brush up on the difference between a class and an instance of a class:
A Class |
A definition of something that could be created (eg. a Person). |
An Instance of a Class |
A real example of something that has been created. (eg. a Person named Fred, or a person named Nicole). |