Q:

Why Doesn’t C# Allow Static Methods to Implement an Interface?

0

Why Doesn’t C# Allow Static Methods to Implement an Interface?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What do you understand by regular expressions in C... >>
<< Is elements of jagged array must be initialized be...