can we create an empty interface with no definitions? If
so, how it should be called in the class?
Answer Posted / rajat
Yes, we can create an empty interface in C#. Since the
interface does not have any method, no need to implement
any method in the class.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is an escape sequence in c#?
What is an int in c#?
Does c# support try-catch-finally blocks?
What is xslt in c#?
what is collections in .net? why we use?
Why do we need to override in c#?
Is boxing an implicit conversion?
What are generic types?
What is the use of return in c#?
Explain how obfuscator works in .net
What is public void in c#?
What is super class in c#?
List out the differences between array and arraylist in c#?
What are nested classes in c#?
is it possible to access a remote web service Without UDDI?