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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8c424d8135e68278 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-19 05:30:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!wn3feed!wn2feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc52.POSTED!not-for-mail From: "Mark Lundquist" Newsgroups: comp.lang.ada References: <9v4jsj$bd1$1@infosun2.rus.uni-stuttgart.de> <9v7f26$qn2$1@infosun2.rus.uni-stuttgart.de> <3C1754BA.C4560423@informatik.uni-jena.de> <3c1868b2.1587625@News.CIS.DFN.DE> <3c1f292d.11941015@News.CIS.DFN.DE> <3c204d01.387078@News.CIS.DFN.DE> Subject: Re: Ada2005 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Wed, 19 Dec 2001 13:30:17 GMT NNTP-Posting-Host: 204.127.202.213 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52 1008768617 204.127.202.213 (Wed, 19 Dec 2001 13:30:17 GMT) NNTP-Posting-Date: Wed, 19 Dec 2001 13:30:17 GMT Organization: AT&T Broadband Xref: archiver1.google.com comp.lang.ada:18090 Date: 2001-12-19T13:30:17+00:00 List-Id: "Dmitry A. Kazakov" wrote in message news:3c204d01.387078@News.CIS.DFN.DE... > >> Also > >> you should support fully qualified forms like: > >> > >> e.Geometry.Flat.Figures.Conic.Float_Figures.Ellipse.Draw (p); > > > >Why? It is misleading, since object.something usually means something in the > >context of object. > > Because, actually "context of object" is rather an imaginary thing. > Consider overriding. What if the parent's Draw should be called? Then > if sometimes MI will be supported, what about name clashes induced by > multiple inheritance? (not that I like this alternate syntax idea, but...) Don't forget that the inherited primitives of a type are implicitly declared at the point of the type declaration.