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 predicate builder?
What will a loop recorder show?
Define an array?
What is managed or unmanaged code?
What is cshtml?
How do you sort a list in c#?
What is using directive in c#?
What do you mean by delegates and explain different types of delegates?
What do u meant by "SBI" of an object?
What do you mean by for each loop?
What are the types in c#?
What is the purpose of namespace?
What is difference between list and ilist in c#?
What is the difference between dynamic and var in c#?
Can destructors have access modifiers?