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
What is difference between overloading and short circuiting?
Contrast System.String and System.Text.StringBuilder classes?
What is written in c#?
Is enum a class c#?
How do you inherit a class into other class in c#?
What is multicast delegate in c# ?
Explain how can I get around scope problems in a try/catch?
Explain code compilation in c#.
Can u list some style properties of List Box?
What does out mean in c#?
Explain About Web.config
What is a event in c#?
What is array collection?
What is ienumerator c#?
Is typeof c#?