interface IControl { void Paint(); } interface ITextBox: IControl { void SetText(string text); } interface IListBox: IControl { void SetItems(string[] items); } interface IComboBox: ITextBox, IListBox {}the base interfaces of IComboBox are IControl, ITextBox, and IListBox. In other words, the IComboBox interface above inherits members SetText and SetItems as well as Paint. end example] Paragraph 51 A class or struct that implements an interface also implicitly implements all of the interface's base interfaces.
| |
Jagger Software Ltd | |
Company # 4070126 | |
VAT # 762 5213 42 |