Is there any class that be implemented in static class? means:
static class ABC : AnyclassIs there any class which can be inherited in both sealed class and static class?
means:static class ABC : AClass {}And
sealed class ABC : AClass {}
May I be wrong in some extent?