Inheritance enables you to share and reuse an interface or its members in new ways. The following topics discuss the inheritance techniques that are available.
Topic | Description |
---|---|
Interface Implication | Describes the support of inheritance for interfaces |
Member Delegation | Describes the support of inheritance for interface members, specifically relationships |
Type Information Aliasing | Describes how you can reuse an object by creating a type information alias |