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
- Prev by Date: RTF Editor
- Next by Date: Package, CLASSPATH, Import fundas
- Previous by thread: idl inheritance
- Next by thread: Awt exceptions
- Index(es):