|
@@ -5,9 +5,13 @@ Copyright (c) Michael Kölling, Monash University, 1999-2000
|
5
|
5
|
This is a very simple BlueJ demo project. It illustrates some aspects of
|
6
|
6
|
object-orientation as well as aspects of BlueJ.
|
7
|
7
|
|
8
|
|
-This project is an extension of "people". It is identical to "people"
|
|
8
|
+This project is extension of "people". It is identical to "people"
|
9
|
9
|
except for the addition of an "Address" class and an address attribute
|
10
|
10
|
in Person.
|
11
|
11
|
|
12
|
12
|
This project may be used to study object creation and method calls from
|
13
|
13
|
within other object (non-interactive).
|
|
14
|
+
|
|
15
|
+Jason Gibbs
|
|
16
|
+
|
|
17
|
+
|