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 console based application?
What is singleordefault?
What is dictionary collection in c#?
What is boxing in c#?
How many bytes is an int in c#?
How to transpose multi-dimensional array?
Name the connections does microsoft sql server support?
What is desktop GUI application?
Can we inherit a private class in c#?
In a site to turn off cookies for one page which method is followed?
What is the difference between wrapper class and primitive?
Why do we write system in c#?
What is the difference between “dispose” and “finalize” variables in c#?
Which are access modifiers available in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?