comp.lang.ada
 help / color / mirror / Atom feed
From: Eric Merritt <cyberlync@yahoo.com>
Subject: Re: Package Instances???
Date: Wed, 13 Feb 2002 13:50:06 -0800 (PST)
Date: 2002-02-13T13:50:06-08:00	[thread overview]
Message-ID: <mailman.1013637062.6489.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: <721b6d80.0202131302.1ccce2ed@posting.google.com>

Yates,
 
  You may actually be getting packages mixed up with
classes as used in other languages. Packages are not
so much a coherent whole as a collection of types and
variables that you may use in your client program. So
although you would not do

p1 : My_Package := new My_Package;

you would do something like

p1: My_Package.My_Type : Create_New_My_Type;

(If there was a function named Create_New_My_Type in
the package). 

I would suggest you hit some of the excellent
tutorials available to get you over this hump.

--- Yates <yates_1900@yahoo.com> wrote:
> I am new to Ada. I'd like to know if it is possible
> to create multiple
> instances of a package. For example, if I have a
> package 'My_Package',  can
> I do something like:
> 
> p1 : My_Package := new My_Package
> p2 : My_Package := new My_Package
> .....
> 
> I tried this and didn't work. Is there other ways to
> do it?
> 
> Thanks
> 
> Yates
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada.eu.org
> http://ada.eu.org/mailman/listinfo/comp.lang.ada


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com



  parent reply	other threads:[~2002-02-13 21:50 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 21:02 Package Instances??? Yates
2002-02-13 21:12 ` Larry Kilgallen
2002-02-13 21:21 ` chris.danx
2002-02-13 21:46 ` Marin David Condic
2002-02-14 17:59   ` Hyman Rosen
2002-02-15 13:11     ` Marc A. Criley
2002-02-15 19:20     ` Simon Wright
2002-02-19 14:08       ` Marin David Condic
2002-02-20  1:37         ` Matthew Heaney
2002-02-20 16:56           ` Marin David Condic
2002-02-21 15:33             ` Matthew Heaney
2002-02-20 19:16           ` Hyman Rosen
2002-02-20 22:31             ` Pat Rogers
2002-02-20 23:44             ` Matthew Heaney
2002-02-21  5:35               ` Hyman Rosen
2002-02-21 14:05                 ` Marin David Condic
2002-02-22 16:49                   ` Hyman Rosen
2002-02-22 17:22                     ` Marin David Condic
2002-02-24  7:39                       ` Hyman Rosen
2002-02-25 15:38                         ` Matthew Heaney
2002-02-22 18:10                     ` Matthew Heaney
2002-02-22 20:55                       ` Hyman Rosen
2002-02-22 21:37                         ` Matthew Heaney
2002-02-24  7:36                           ` Hyman Rosen
2002-02-25 15:27                             ` Matthew Heaney
2002-02-21 15:30                 ` Matthew Heaney
2002-02-21 18:05                   ` Hyman Rosen
2002-02-13 21:50 ` Eric Merritt [this message]
2002-02-14 15:08 ` Yates
replies disabled

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