comp.lang.ada
 help / color / mirror / Atom feed
* Overloading and polymorphism
@ 1994-12-25 18:56 Moti Ben-Ari
  1995-01-03 20:41 ` Robert I. Eachus
  0 siblings, 1 reply; 2+ messages in thread
From: Moti Ben-Ari @ 1994-12-25 18:56 UTC (permalink / raw)


Unfortunately I have been trying to learn C++ in detail and they do
a lot of worrying about obscure interactions between overloading
and dynamic polymorphism (a function in a derived class
that seems to overload a function in the base class actually hides it;
dispatching on an object pointed to by a pointer calls the function
of the pointer class if the function is not virtual).

Are there any similar problems in Ada 9X or does everything
work out OK because each call is dispatched on a tag?

Thanks
Moti Ben-Ari



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

end of thread, other threads:[~1995-01-03 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-12-25 18:56 Overloading and polymorphism Moti Ben-Ari
1995-01-03 20:41 ` Robert I. Eachus

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