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
Where do we set the min and max pool size for connection pooling?
What is executescalar in c#?
What is difference between interface and abstraction?
What are the different types of assemblies available and their purpose?
Can abstract classes be final?
What is cookies in c# asp net?
Is int a struct in c#?
What is sql transaction in c#?
Define method overloading in c#?
Can a struct be null?
What do you mean by shared assembly?
explain the nature of the assembly work?
What is type system in c#?
What is difference between === and ==?
Is c# an open source?