comp.lang.ada
 help / color / mirror / Atom feed
* Object Specialization
@ 1990-03-15  3:00 Bill Wolfe
  1990-03-15 14:42 ` Markku Sakkinen
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Wolfe @ 1990-03-15  3:00 UTC (permalink / raw)



  An interesting paper entitled "Object Specialization" appears in
  ACM Transactions on Information Systems, April 1989, pages 103-122;
  it combines the efficiency of class-based systems with the flexibility
  of prototype-based systems, and provides an elegant solution to the 
  problem of "intersection classes" which eliminates the need for (and
  the desirability of) multiple inheritance.  Additionally, it provides
  an elegant way to model different perspectives on (or implementations
  of) a single real-world entity -- for example, a person's address might
  differ depending on whether that person is viewed as a consumer (home 
  address) or as a worker (business address).  

  This paper has led me to modify my previous position that multiple
  inheritance should be incorporated into Ada 9X; single inheritance
  via specialization at the object level appears to be a fundamentally 
  better solution, capable even of representing semantic constraints
  which cannot be represented by traditional class-based approaches.

  The power, flexibility, and efficiency of this new approach should 
  be very seriously evaluated during the design of Ada 9X's improved 
  support for the process of object-oriented software construction.


  Bill Wolfe, wtwolfe@hubcap.clemson.edu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1990-03-15 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1990-03-15  3:00 Object Specialization Bill Wolfe
1990-03-15 14:42 ` Markku Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox