I looked up the inherits key word for vb.net, and I am unable to figure out how to do private / protected inheritance like in C++. It would be nice to know this or a way around it beyond wrapping.
Interfaces, com ones at any rate, are a description of the signatures and order of items on an object which claims to implement that interface. If the object changes the order of methods or anythign ...