Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 7
    C# doesn't support multiple inheritance of classes, but it does support it for interfaces. Commented Dec 29, 2015 at 17:31
  • 2
    I think you're right. The interface is a contract after all, and even if I know this particular class won't be used in a way that it breaks anything that utilizes the interface if this property is disabled, that's not obvious. Commented Dec 29, 2015 at 17:39
  • @ChrisPratt: Yeah. Commented Dec 29, 2015 at 17:42