Instance variables (ivars) are a special case in our general discussion of variables.
- The only minor tweak for ivars is that they will generally start with the word "private" as we learned earlier in this example....
- Otherwise they use the same naming and syntax rules variables in general