home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / c / samples / animals / bdog.cs_ / bdog.csc
Encoding:
Text File  |  1993-03-12  |  387 b   |  20 lines

  1. #   @(#)bdog.csc 1.3 2/3/92 20:40:02 [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: BigDog,
  9.   local;
  10.  
  11. parent: Dog;
  12.  
  13. methods:
  14.  
  15. group: parentOverrides;
  16.    override talk;
  17. -- Overrides Dog::talk().  See display() in Dog for a discussion
  18. -- of how this changes the display() of a BigDog.
  19.  
  20.