Re: [Rife-users] extends and inherits

2005-11-16 Thread Geert Bevin
Thanks for the info. Eddy Btw, thanks for having blogged about RIFE :-) -- Geert Bevin Uwyn bvba "Use what you need" Avenue de Scailmont 34 http://www.uwyn.com 7170 Manage, Belgium gbevin[remove] at uwyn dot comTel +32 64 84 80 03 PGP Fing

Re: [Rife-users] extends and inherits

2005-11-16 Thread Eddy Young
Quoting Geert Bevin <[EMAIL PROTECTED]>: > >> Now, is it possible to have multiple inheritance? > > > > No, not for now, but it's planned for future versions. > > Euhm actually that's wrong, RIFE supports multiple inheritance, > you're just not able to declare it in one go. > > So this doesn't

Re: [Rife-users] extends and inherits

2005-11-16 Thread Geert Bevin
Now, is it possible to have multiple inheritance? No, not for now, but it's planned for future versions. Euhm actually that's wrong, RIFE supports multiple inheritance, you're just not able to declare it in one go. So this doesn't work: However, this does work: and this also: -- Ge

Re: [Rife-users] extends and inherits

2005-11-16 Thread Geert Bevin
Thank you, Geert. Your explanation is very clear and clears my confusion about which one to use. Great :-) Now, is it possible to have multiple inheritance? No, not for now, but it's planned for future versions. Regards, Eddy -- Geert Bevin Uwyn bvba "Use what yo

Re: [Rife-users] extends and inherits

2005-11-16 Thread Eddy Young
Thank you, Geert. Your explanation is very clear and clears my confusion about which one to use. Now, is it possible to have multiple inheritance? Regards, Eddy Quoting Geert Bevin <[EMAIL PROTECTED]>: > Hi Eddy, > > I'm not sure that will make enough sense, I'll clarify JR's statement >

Re: [Rife-users] extends and inherits

2005-11-15 Thread Geert Bevin
Hi Eddy, I'm not sure that will make enough sense, I'll clarify JR's statement a bit. RIFE splits up your site structure in two distinct parts: * declaration * implementation Declaration is the whole site structure itself and implementation is the Java code (or Groovy, Pnuts, Janino, ...)

Re: [Rife-users] extends and inherits

2005-11-15 Thread JR Boyens
You can inherit multiple interfaces, you can only extend one class. On 11/15/05, Eddy Young <[EMAIL PROTECTED]> wrote: Can anyone please explain the reason behind having both "extends" and"inherits"? These two attributes seem to serve the same purpose. Thanks,Eddy---

[Rife-users] extends and inherits

2005-11-15 Thread Eddy Young
Can anyone please explain the reason behind having both "extends" and "inherits"? These two attributes seem to serve the same purpose. Thanks, Eddy - This mail sent through IMP: http://horde.org/imp/ ___