S
Steve B.
Hi,
I have 3 interfaces in my app in order to allow my app to be extensible.
INode,
IDestination : INode
ISource : INode
I do not want developpers to implement INode, but at least IDestination or
ISource.
The keyword "abstract" is not allowed for interfaces. Is there any way to
reach my goal ?
Thanks,
Steve
I have 3 interfaces in my app in order to allow my app to be extensible.
INode,
IDestination : INode
ISource : INode
I do not want developpers to implement INode, but at least IDestination or
ISource.
The keyword "abstract" is not allowed for interfaces. Is there any way to
reach my goal ?
Thanks,
Steve