How to use polymorphism or inheritance in static classes?
问题 Look, I know static classes can't inherit or implement. The question is "what the heck is the right C# + OOP pattern to implement this?". "This" is described below: I want to define a common set of both definition and implementation for a group of classes where all but one type should be static. Namely, I want to make some arbitrary base converters where each have exactly the same four members: // Theoritical; static classes can't actually implement interface IBaseConverter { int Base { get;