From: "Jason Tackaberry" <ta...@au...>
To: "Eugene Sizikov" <eu...@en...>
Cc: <orb...@li...>
Sent: Monday, February 11, 2002 11:16 PM
Subject: Re: [Orbit-python-list] two questions
> On Mon, 2002-02-11 at 01:40, Eugene Sizikov wrote:
> > hello all ppl!
>
> Hi Eugene.
>
> > i have a question: what's about interface inheritance in o-p? as i can
> > see, i need to implement methods of parent interface for all children?
> > or i'm not?
>
> CORBA supports inheritance only at the interface level. Implementors of
> a hierarchy can inherit their own implementation, of course, but CORBA
> does not provide a means to inherit someone else's.
But it would be nice to use the python class inheritance here, wouldn't it?
>
> > also i don't understand how to work with CORBA exception declaration in
> > o-p.
>
> You might want to look at the test suite under the src/ directory
> (test-suite.idl, test-server, and test-client) for an example of custom
> exceptions. If you have any specific questions, feel free to ask here.
>
> Jason.
>
> --
> Academic Computing Support Specialist
> Algoma University College
> Sault Ste. Marie, Ontario
> 705-949-2301 x330 Personal Home Page
> http://www.auc.ca http://sault.org
|