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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7eaf9f2597de2259 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 14:21:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: Robert*@ Newsgroups: comp.lang.ada Subject: Re: on package naming, should the word Date: 15 Oct 2001 13:52:10 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9qfi9q01ke@drn.newsguy.com> References: <9q25ec0248o@drn.newsguy.com> <9q421v0bbg@drn.newsguy.com> <9q4a37$npd$1@nh.pace.co.uk> <9q4e59018lm@drn.newsguy.com> <9q4lje$8201@news.cis.okstate.edu> <3bc6a8ad.1988649@news.demon.co.uk> <3BC721DA.BCBC4818@boeing.com> <3bca98d8.736428@news.demon.co.uk> <%DHy7.30147$ev2.37198@www.newsranger.com> NNTP-Posting-Host: p-010.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com comp.lang.ada:14603 Date: 2001-10-15T13:52:10-07:00 List-Id: In article <%DHy7.30147$ev2.37198@www.newsranger.com>, Ted says... > > >The way I was taught it, an "object" consists of a data type, together with the >operations on that type. Since a package is one means of encapsulating both >those things into one concept, it can indeed be considered an "object". > If you "think" of a package as an object, then what do you "think" of when you think about the tagged record inside the package? An object inside an object? What do you see when you think of an array of object? an array of packages? All of this becuase Ada does not have a separate class construct that shows where a class starts and where it ends clearly. If anything Ada00 can fix, is this part of Ada.