can we create an empty interface with no definitions? If
so, how it should be called in the class?
Answer Posted / bindu sharma
Yes we can create an empty interface.Empty interface is
called a marker interface.It is used by Comiler so we don't
need to call it explicitly.As there is no method in marker
interface,So we don't need to call it.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why do we need singleton class in c#?
How does array sort work?
What is regex c#?
When should we use sealed class in c#?
Explain about Error handling and how this is done
What is a boolean c#?
How do you sort an array in c#?
What is autopostback in c#?
What is meant by enumerable in c#?
Is boxing an implicit conversion?
What is lazy loading entity framework?
How many bits is int32?
What is eager loading in c#?
What is marshalling and what are different kinds of marshalling?
What is .cs file in c#?