Re: questions to generic
From: Georg Bauhaus (sb463ba_at_l1-hrz.uni-duisburg.de)
Date: 09/29/04
- Next message: Fionn mac Cuimhaill: "GWindows and a future home for it"
- Previous message: Georg Bauhaus: "Re: generic with procedure"
- Next in thread: Georg Bauhaus: "Re: questions to generic"
- Maybe reply: Georg Bauhaus: "Re: questions to generic"
- Maybe reply: Björn Persson: "Re: questions to generic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Sep 2004 02:17:03 +0000 (UTC)
Rick Santa-Cruz <rick_santa_cruz75@msn.com> wrote:
: Hi,
:
: I have 2 questions:
: 1. ) Is it possible to create a generic procedure, which is not part of a
: package,
yes, the way you have done.
: where Gen_Test_Client is the start-procedure?
no. It has to be instantiated somewhere to become a real procedure.
: 2.) How is it possible to create a generic child package?
You might find it useful to think of child packages as nested
packages. Consider the steps it takes to make an instance
of the outer package. After you have an instance of the outer
package, you are back at step 1, where you instantiate some generic
package :-)
-- Georg
- Next message: Fionn mac Cuimhaill: "GWindows and a future home for it"
- Previous message: Georg Bauhaus: "Re: generic with procedure"
- Next in thread: Georg Bauhaus: "Re: questions to generic"
- Maybe reply: Georg Bauhaus: "Re: questions to generic"
- Maybe reply: Björn Persson: "Re: questions to generic"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|