comp.lang.ada
 help / color / mirror / Atom feed
From: wtwolfe@hubcap.clemson.edu (Bill Wolfe)
Subject: Object Specialization
Date: 15 Mar 90 03:00:22 GMT	[thread overview]
Message-ID: <8388@hubcap.clemson.edu> (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

             reply	other threads:[~1990-03-15  3:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-03-15  3:00 Bill Wolfe [this message]
1990-03-15 14:42 ` Object Specialization Markku Sakkinen
replies disabled

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