Answer Posted / senthil
An Interface is a reference type and it contains only
abstract members. the interface contains only declaration
for its members. Any implementation must be placed in class
that realizes them. Interface's members can be Events,
Methods, Properties and Indexers. But
| Is This Answer Correct ? | 44 Yes | 5 No |
Post New Answer View All Answers
How garbage collection deals with circular references.
How do I create a new form in c#?
Explain about multithreading?
What is data adapter in c#?
What are generic types?
What is anonymous methods in c#?
Which are the access modifiers available in c#?
How does foreach loop work in c#?
What is strong name assembly?
What is a linked list c#?
What is parseexact c#?
Explain About web methods and its various attributes
Explain metadata in c#.
What is the difference between ref and out parameters in c#?
Why dataset is used in c#?