For most classes i would not have a 2nd or more interface.
The 2nd can imo never be instantiated in the first class and therefore the instance variables are not shared.
I would like to have a com interface in an existing interface but so far i don't see how and use (odd) references.
I guess com-interfaces are really implemented like this to offer different versions while underlaying functionality may differ only little (or a lot but that's not the purpose).
To be clear, a 2nd interface is always created in a new object right?
Thus no sharing existing data right?
The 2nd can imo never be instantiated in the first class and therefore the instance variables are not shared.
I would like to have a com interface in an existing interface but so far i don't see how and use (odd) references.
I guess com-interfaces are really implemented like this to offer different versions while underlaying functionality may differ only little (or a lot but that's not the purpose).
To be clear, a 2nd interface is always created in a new object right?
Thus no sharing existing data right?
Comment