Can variables defined in interface. If yes how we can
call/use it in class.
Answer Posted / sujai cn
No we can't define variables in interface.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is a reference type c#?
Is Facebook a desktop application?
What is a clr host?
What is strongly typed in c#?
Is c# code is unmanaged or managed code?
What is difference between method overriding and method overloading?
Are string objects mutable or immutable?
What is c# best for?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Can we use "this" command within a static method?
What is value c#?
Which is better interface or abstract class in c#?
What are "class access modifiers" in C#?
Explain About Global.asax
What is class in oops with example in c#?