TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show HTML Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version: 1.0
Sender: "Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
X-To: "Robert I. Eachus" <[log in to unmask]>
Date: Thu, 12 Nov 1998 13:12:46 -0800
Reply-To: Mark Lundquist <[log in to unmask]>
From: Mark Lundquist <[log in to unmask]>
In-Reply-To: Message from "Robert I. Eachus" <[log in to unmask]> of "Thu, 12 Nov 1998 12:05:49 EST." <[log in to unmask]>
Content-Type: text/plain; charset=us-ascii
Parts/Attachments: text/plain (25 lines)
From:  "Robert I. Eachus" <[log in to unmask]>

> At 09:35 AM 11/11/98 -0800, Mark Lundquist wrote:
> >Ada supports the abstraction of "class" quite readily, even though it
> >doesn't have a specialized "class" construct.  I think it's the
> >abstraction that is important, not the syntax.  So I have to disagree;
> >the lack of a special "class" construct in Ada does *not* make it very
> >hard to do OO in Ada!...
>
>    Ada 95 does have a class construct, it is spelled tagged.

Well, sort of.  Part of the definition a class is the specification of
its public methods, but a tagged record declaration does not include
this.  A tagged record declaration doesn't suffice to define a class --
the type declaration together with the declarations of the primitives
constitute the definition of the class.

> Adding special notation for declaring classes in Ada would have created
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> either some unnecessary restrictions or backward compatibility problems.

Yes -- that is the position I was taking.  My use of the phrase "special
class construct" is to be understood as identical with your phrase
"special notation for declaring classes".

ATOM RSS1 RSS2