It might be a silly question, I appreciate if someone can help me understand it.
Can an interface in
C#
can have static variables?If the interface itself need to be static to declare static variables inside?
How the implementation goes for static variables(Or say property) within an interface, when we implement in a class?
Some examples and perspicuous explanation would be greatly appreciated.