home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / JavaByExample / chap04 / LST4_2.txt < prev    next >
Encoding:
Text File  |  1996-01-30  |  64 b   |  6 lines

  1. Class PassingCar inherits from Car
  2. {
  3.     method Pass();
  4. }
  5.  
  6.