Victoria University of Technology
    
    
      
Object Oriented Programming 1
    
Annoucement
| Date | Topic | 
| 06/3/2003 | The Sample Listings in PDF format from Chapter 1 to Chapter 9 of the textbook has been placed in this web page. Please bring along with you a copy of the slides and the sample listings for the lectures. | 
Course Objectives
   
      
Textbooks
   
      
          Second Edition 
          by John Lewis and William Loftus
          Addison Wesley, 2001
                     
          by Ralph Moreli
          Prentice Hall, 2000
                     
          Third Edition 
          by Deital & Deital
          Prentice Hall, 1999
                     
Examination
   
      
Lecture Slides in ZIP format
Workshop Exercises
Example Listings in PDF format
| Chapter 1 | Chapter 2 | Chapter 3 | Chapter 4 | Chapter 5 | Chapter 6 | Chapter 7 | Chapter 8 | Chapter 9 | 
Example Program Source Files and Related Files
Development Software
Keyboard Class
    
   Installation Suggestion
      
      
  
      Website administered by:
       S.H. Tong.
   
   The class is developed by John Lewis.
   Most of the examples are required the support of the
                     Keyboard class.
   
       Create a directory for storing your developed java
          source such as c:\oop1.
 Create another directory named oop1 under your
          work directory such as c:\oop1\cs1.
 Copy the Keyboard.class file in this cs1 direcory.
          In this case, a file named c:\oop1\cs1\Keyboard.class
          should be established. Go to your work directory and build up your files
          such as Average.java that requires the Keyboard class.
          You can compile your developed program using the command.
          
               
          c:\oop1>java Average.java
      Last Modified: 4 April 2002