Inheritance from static classes? why not?

Posted by Sorush Rabiee on Stack Overflow See other posts from Stack Overflow or by Sorush Rabiee
Published on 2010-03-28T09:04:16Z Indexed on 2010/03/28 9:13 UTC
Read the original article Hit count: 187

Filed under:
|

Hi

Why inheritance is not provided for static classes in C#? I know C# has a good reason for everything he implements or doesn't implement. I just wondered, what’s that “good reason” here? semantically, what would be happened if I was able to write a static class that inheritances from another static one? is this an ODD issue? or just programming?

© Stack Overflow or respective owner

Related posts about c#

Related posts about object-oriented