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

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