first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
BlueJ example project "people2"
Copyright (c) Michael K<>lling, Monash University, 1999-2000
This is a very simple BlueJ demo project. It illustrates some aspects of
object-orientation as well as aspects of BlueJ.
This project is an extension of "people". It is identical to "people"
except for the addition of an "Address" class and an address attribute
in Person.
This project may be used to study object creation and method calls from
within other object (non-interactive).