comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: Dynamich Dispatching...
Date: Tue, 05 Oct 2004 00:32:56 GMT
Date: 2004-10-05T00:32:56+00:00	[thread overview]
Message-ID: <YYl8d.2817$UP1.136@newsread1.news.pas.earthlink.net> (raw)
In-Reply-To: <873c0uqjss.fsf@insalien.org>

Ludovic Brenta wrote:

> Yes, I know, but this thread is about dynamic dispatching.  If I
> write:
> 
> with Circles;
> procedure Main
>    C : Circles.Circle;
> begin
>    Draw (C);
> end Main;

[no dynamic dispatching]

Yes, but you can also say

with Objects;
procedure George is
    function Get return Objects.Object'Class is separate;
begin -- George
    Objects.Draw (Get);
end George;

and get dynamic dispatching.

-- 
Jeff Carter
"You tiny-brained wipers of other people's bottoms!"
Monty Python & the Holy Grail
18




  reply	other threads:[~2004-10-05  0:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-02 15:39 Dynamich Dispatching Rick Santa-Cruz
2004-10-03 17:11 ` Martin Krischik
2004-10-03 22:59   ` Brian May
2004-10-04  8:22     ` Martin Krischik
2004-10-03 18:56 ` Ludovic Brenta
2004-10-04  4:45   ` Jeffrey Carter
2004-10-04 21:01     ` Ludovic Brenta
2004-10-05  0:32       ` Jeffrey Carter [this message]
2004-10-04  8:02 ` Dmitry A. Kazakov
2004-10-04 11:02   ` Brian May
2004-10-04 12:50     ` Dmitry A. Kazakov
2004-10-15 18:27       ` Matthew Heaney
2004-10-16 19:25         ` Dmitry A. Kazakov
replies disabled

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