Well, here is an example of ASP.NET WebForms:
I have one base class, a web control, let's say it's simple TextBox.
I then inherit from TextBoxto provide formatting RichTextBox.
Then I want to have TextBoxone that can spell check SpellCheckingTextBox.
, SpellCheckingRichTextBox? .
: ISpellCheckingTextBox IRichTextBox SpellCheckingRichTextBox. TextBox, .
, . , ID?