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
Is c# static or dynamic?
Is lazy thread safe c#?
Why would you use untrusted verification?
What is a delegate in c#?
Can you describe iuknown interface in short?
Define an abstract class?
What is throw in c#?
What is datatable and dataset in c#?
What is a .aspx file?
What is getenumerator?
What operator means?
What are immutable types in c#?
What is hashtable in c# net with example?
what are implementation inheritance and interface inheritance?
How does the lifecycle of Windows services differ from Standard EXE?