From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00,FROM_WORDY, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47def5aa7b3182bd X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: How to write TYPECASE in Ada 95? Date: 1999/02/06 Message-ID: <79hsmr$jhv$2@plug.news.pipex.net>#1/1 X-Deja-AN: 441398278 References: <79fct8$9k3$1@murdoch.acc.Virginia.EDU> <1103_918264881@DZOG-CHEN> <79gmmp$eli$4@plug.news.pipex.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: UUNET WorldCom server (post doesn't reflect views of UUNET WorldCom) Newsgroups: comp.lang.ada Date: 1999-02-06T00:00:00+00:00 List-Id: To be finicky, I should have said, for the example call Something(A,...); that if A has a static type, the correct Something is selected statically as a part of normal overload resolution. It is only if A has a dynamic type (i.e. it is an object of a class-wide type) that the dynamic selection of Something occurs. It is only the dynamic selection which is called 'dispatching'. ------------------------------------------- Nick Roberts -------------------------------------------