home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / people / README.TXT < prev    next >
Encoding:
Text File  |  2004-09-15  |  1023 b   |  30 lines

  1. BlueJ example project "people"
  2.  
  3. Copyright (c) Michael K÷lling, Monash University, 1999-2000
  4.  
  5. This is a very simple BlueJ demo project. It illustrates some aspects of
  6. object-orientation as well as aspects of BlueJ.
  7.  
  8. This project is distributed with the BlueJ system to serve as an introductory
  9. practice example. It is referred to in the BlueJ tutorial. Please read the
  10. tutorial (which you can get by selecting "BlueJ Tutorial..." from the Help
  11. menu ion the BlueJ main window) for more detailed information.
  12.  
  13. You can use this project as follows:
  14.  
  15.  - create a few Staff or Student obejcts
  16.  - create a Database object
  17.  - use "addPerson" in Database to add the persons you have created previously
  18.    from the object bench to the database
  19.  - use the "listAll" from the database object to list the contents of the 
  20.    database.
  21.  
  22. This project illustrates:
  23.  
  24.  - object creation
  25.  - relationship class-object (create _more then one_ object!)
  26.  - instance data (use "Inspect" on the objects)
  27.  - methods, parameters
  28.  - composition
  29.  - ...
  30.