In this chapter, we talked about creating classes, and we imagined classes as templates for making objects. You created a class, developed its structure, learned about instance variables, set bank account balances and displayed them using a method, made a bank account object, and finally, you ran the program to "crunch the numbers."
In the next chapter, we'll talk about creating and using the static classes.