comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: How would you override this???
Date: 1998/05/14
Date: 1998-05-14T00:00:00+00:00	[thread overview]
Message-ID: <dewar.895190835@merv> (raw)
In-Reply-To: 6jduiv$6m4$1@goanna.cs.rmit.edu.au


<<package Commands is

   procedure Execute is abstract;

end Commands;


This compiles with Gnat 3.10, but what does it mean? Could it
be overridden, and how would you override it?
>>


It does not mean much, but it does not mean nothing. For example, it
means that a child of Commands will not be able to have use visibility
on a parameterless procedure Execute from a with'ed package.

But why should it mean antying? There are lots of ways to write
meaning;less nonsense in any language.

   type x is range 1 .. 0;                                            
   for x'Size use 0;                                                  
                                                                      
does not seem very meaningful, but is certainly legal!                
                                                                      





      reply	other threads:[~1998-05-14  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-14  0:00 How would you override this??? Dale Stanbrough
1998-05-14  0:00 ` Robert Dewar [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox