home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / os2tk20 / c / samples / animals / ldog.cs_ / LDOG.CSC
Encoding:
Text File  |  1992-07-15  |  397 b   |  20 lines

  1. #   @(#)ldog.csc 1.3 2/3/92 20:40:09 [2/3/92] (c)IBM Corp. 1992
  2.  
  3. -- Copyright (c) International Business Machines Corporation
  4. --         1991, 1992
  5.  
  6. include "dog.sc"
  7.  
  8. class: LittleDog,
  9.   local;
  10.  
  11. parent: Dog;
  12.  
  13. methods:
  14.  
  15. group: parentOverrides;
  16.  
  17.    override talk;
  18. -- Overrides the Dog::talk().  See display() in Dog for a discussion
  19. -- of how this changes the display() of a LittleDog.
  20.