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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ea02452876a15e1 X-Google-Attributes: gid103376,public X-Google-Thread: fac41,c52c30d32b866eae X-Google-Attributes: gidfac41,public X-Google-Thread: 1108a1,c52c30d32b866eae X-Google-Attributes: gid1108a1,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Real OO Date: 1996/05/05 Message-ID: #1/1 X-Deja-AN: 153172929 references: <4j9p3a$uo5@watnews1.watson.ibm.com> <4kbqun$iiv@watnews1.watson.ibm.com> <6850x6pV3RB@herold.franken.de> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.eiffel,comp.lang.ada,comp.object Date: 1996-05-05T00:00:00+00:00 List-Id: Bob Duff said "No, Ada does *not* support multiple dispatching. Class-wide operations are something different." That's a little confusing. Multiple dispatching, like multiple inheritance, is a programming paradigm. One can follow this paradigm either by using built-in features in the lanuage which directly support the required semantics, or it can be programmed using features that are appropriate. It is in the latter sense that class-wide programming has something to do with multiple dispatching. If you need MD, then you would use CW operations to achieve the desired effect.