Passing by Reference

I went over the following example. It is an example of passing objects by reference. On Friday I'm going to give a little quiz on this topic. Make sure you can follow along what is happening when this code is executed. Mess with the code, change things, see what happens.
Driver Class Person Class
I also covered a little more on inheritance. Abstract classes was the main topic of discussion.