home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap04 / LST4_3.txt < prev   
Encoding:
Text File  |  1996-04-24  |  68 b   |  6 lines

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