###Learning Objectives
- make a new class
- access instance variable values
- using dot notation
- using instance methods
- change instance variable values
- using dot notation
- using instance methods #e.g. myProject.changeDateUpdated("05 May 1986")
- access the count of objects created
- using ::
- using a class method
- Be able to describe, in english, how a program works