|
@@ -2,7 +2,7 @@ BlueJ example project "people2"
|
2
|
2
|
|
3
|
3
|
Copyright (c) Michael Kölling, Monash University, 1999-2000
|
4
|
4
|
|
5
|
|
-This is a very simple BlueJ demo project. It illustrates some aspects of
|
|
5
|
+This is a very simple yet necessary BlueJ demo project. It illustrates some aspects of
|
6
|
6
|
object-orientation as well as aspects of BlueJ.
|
7
|
7
|
|
8
|
8
|
This project is an extension of "people". It is identical to "people"
|
|
@@ -11,3 +11,7 @@ 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
|
+
|
|
16
|
+
|
|
17
|
+Raymond Farria
|