home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / ada / 3226 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!widget!jgg
  3. From: jgg@evb.com (John Goodsen)
  4. Subject: Re: OOD, Ada, and Inheritance
  5. Message-ID: <1992Nov7.184928.15152@evb.com>
  6. Organization: EVB Software Engineering, Inc.
  7. Date: Sat, 7 Nov 1992 18:49:28 GMT
  8. Lines: 22
  9.  
  10. >
  11. >I recall that ADA's genericity system allows you to pass functions and
  12. >procedures as parameters in a way reminiscent of the C function
  13. >pointers (although ADA is type-safe).  I would look into the
  14. >possibility of simulating inheritance by setting up structures of
  15. >functions when objects are created.  You should be able to get single
  16. >inheritance without too much trouble.  Maybe an ADA guru can suggest
  17. >some details.
  18. >
  19. >
  20.  
  21. Look at chapter 9 of "Object-Oriented Reuse, Concurrency and
  22. Distribution - An Ada-Based Approach", by Atkinson - ACM PRESS.
  23.  
  24. It provides a translation strategy of DRAGOON to Ada.
  25.  
  26. --
  27. John Goodsen                           PCIS Programme
  28. Software Process & Environments        Ada Joint Program Office       
  29. EVB Software Engineering               goodsenj@ajpo.sei.cmu.edu
  30. jgg@evb.com
  31.  
  32.