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
What is class sortedlist underneath?
Explain circular reference in c#?
Where’s global assembly cache located on the system?
How do you specify a custom attribute for the entire assembly?
In object oriented programming, how would you describe encapsulation in c#?
What is class in oops with example in c#?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
Is static thread safe?
How is a loop recorder monitored?
What is void in c#?
Does c# support parameterized properties?
How to parse a date time string?
Can we customize the serialization process?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is c# console application?