home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8528 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!noc.near.net!nic.umass.edu!umassd.edu!SMUCS1.UMASSD.EDU!S14250DY
  3. From: s14250dy@UMASSD.EDU
  4. Subject: Re: TP6 private
  5. Message-ID: <C1FAnJ.8ur@umassd.edu>
  6. Sender: usenet@umassd.edu (USENET News System)
  7. Reply-To: s14250dy@UMASSD.EDU
  8. Organization: UMASS DARTMOUTH, NO. DARTMOUTH, MA.
  9. References: <35091@adm.brl.mil>
  10. Date: Mon, 25 Jan 1993 18:42:54 GMT
  11. Lines: 13
  12.  
  13. In article <35091@adm.brl.mil>, lee@cpu.us.dynix.com (Lee Crites) writes:
  14. >It is my understanding that you only have to include the last generation
  15. >in your program's USES clause, since all of the other info/data/methods
  16. >will be a part of that one by inheritance.  This assumption is based upon
  17. >the fact that if UNIT A has UNIT B in it's USES clause, then the program
  18. >itself only has to have B in it's USES clause.
  19. >
  20. >If I'm wrong on that point, please let me know.  We are just at this point
  21. >going through all of our standing units and ADT's and converting them to OOP.
  22.  
  23. I think what you meant is that the program would only have to have A in its
  24. USES clause.
  25.  
  26.