CS 160
January 31, 2005
Today in class I showed different increment methods Click here
Then I started discussing creating objects (creating instances of classes, which become an object), references to the objects. Click here.
Here is the friend class I instantiated at the end of class. Click here
I'll start on the Friend class on Wednesday.
I started with using the String class as an example and called the constructor in the String class.
I also mentioned overloading, but we will discuss this more on Wednesday.