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 the difference between const and static read-only?
What is Delegate and what is it used for ?
what is method overloading in c#?
Explain anonymous type in c#?
What is int parse in c#?
What is a clr host?
What is the difference between interface and abstract class in c#?
What is the max value of int32 in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
How Do You Convert A Value-type To A Reference-type?
In which way a two-dimensional array declared in C#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
How do you serialize in c#?
Is c# difficult to learn?
What's new in c#?