We all love classes. When I write a class, I get a warm and fuzzy feeling, because I know I'm doing OOP. A class represents a bundle of data and behavior. A classic example is a BankAccount class, which maintains a "balance" state and various methods for manipulating and querying the balance. This is a [...]
