Index of /~torsjark/undervisning/java/program/bluej/examples/people2

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Address.java 2003-10-16 14:38 948  
[TXT]Database.java 2003-10-16 14:38 853  
[TXT]Person.java 2003-10-16 14:38 1.6K 
[TXT]README.TXT 2003-10-16 14:38 480  
[TXT]Staff.java 2003-10-16 14:38 1.1K 
[TXT]Student.java 2003-10-16 14:38 1.0K 
[   ]bluej.pkg 2003-10-16 14:38 959  

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).