Why Doesn’t C# Allow Static Methods to Implement an Interface?
You can’t define static members on an interface in C#. An interface is a contract for instances.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
You can’t define static members on an interface in C#. An interface is a contract for instances.
need an explanation for this answer? contact us directly to get an explanation for this answer