In the previous chapter, we learned how to code a class. However, at that point the class body was empty.
We're now going to start "filling in" the class.
In this chapter, we'll add data to the class. We call the data instance variables (ivars).
We'll abbreviate instance variables as ivars.
A quick video on this chapter is here....