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 ulong in c#?
How does bitwise xor work?
What are concrete classes?
What is lazy in c#?
List some of the classes used by system.data namespace?
What is type safe in c#?
What is the benefit of using interface in c#?
What is data quality assurance?
What is a clr (common language runtime)?
Explain About delegates
What is the xml document structure?
Explain About DTS package
Is array value type in c#?
What is the compiler of c#?
Explain what are the steps for creating clr trigger?