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
Why do we need dependency injection in c#?
How do I move from one form to another in c#?
Is dictionary a collection?
What is object array in c#?
What is .dbml file?
What are the different types of delegation?
Are value types sealed?
What is form feed in c#?
Is null in c#?
How do I create a multilanguage, single-file assembly?
Does c# support multilevel inheritance?
What is delegates in c# and uses of delegates?
Explain the difference between event and a delegate in c#?
How do I trim a space in c#?
Name the connections does microsoft sql server support?