Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

idl inheritance


  • From: Frank.Gruetzmacher at Inf-Technik.TU-Ilmenau.DE (Frank Gruetzmacher)
  • Subject: idl inheritance
  • Date: Sat Nov 12 19:30:16 2005

> Hi all
> All the articles and books say that idl inheritance is possible but no
> examples are given. Can anyone give any example of IDL inheritance?
> TIA
> Anamitra

Seems you have the wrong books .. :-) ..

simply this :

interface MyBase {
   // whatever you want their ..?

}:

interface MyExtendedBase : MyBase {
   // what you want their must be new ..
};

Take care .. this is interface inheritance ..
it doesn't say, that their must be any relationship
between the class which implements MyBase ..
and the clase that implements MyExtendedBase ..
this is up to you to deside !

Good luck !

	Frank

---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx