comp.lang.ada
 help / color / mirror / Atom feed
* Wikibook on Ada Programming - Object Orientation
@ 2010-07-08  9:34 AdaMagica
  2010-07-08 16:07 ` Ludovic Brenta
  0 siblings, 1 reply; 4+ messages in thread
From: AdaMagica @ 2010-07-08  9:34 UTC (permalink / raw)
  Cc: ludovic

I have a problem with an example in
http://en.wikibooks.org/wiki/Ada_Programming/Object_Orientation#Multiple_Inheritance

It proposes to use a mixin together with the Rosen trick, however for
unlimited types. This cannot work!

When such an object is assigned, the disciminant will inevitably point
to the wrong object.

For a detailed discussion of the problems involved, see my paper in
Ada Letters, Volume XIX, Number 4, December 1999, which you can also
find here:

http://www.christ-usch-grein.homepage.t-online.de/Ada/Finalization.html

Ada 2005 changed some of the rules; now mix-ins can have access
discriminants to nonlimited types, but the problem persists.

So how should the wikibook be corrected? Are there safe solutions to
the problem of mixins?



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

end of thread, other threads:[~2010-07-08 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08  9:34 Wikibook on Ada Programming - Object Orientation AdaMagica
2010-07-08 16:07 ` Ludovic Brenta
2010-07-08 17:14   ` Simon Wright
2010-07-08 18:09   ` AdaMagica

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