Answer Posted / nisha mac
yes you can declare the property inside interface but
implementation is mandatory otherwise it will throw error at
buid time saying you need to implement it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What's the difference between an integer and int?
What is the difference between do and while loop?
Explain nullable types in c#?
What are the variables in c#?
What is the difference between select and selectmany?
What is a generic method?
What are custom attributes in c#?
What is autopostback in c#?
Tell us something about static linking and dynamic linking?
Explain the Abstract class in c#.net
What does public mean in c#?
Explain the difference between proc. Sent by val and by sub?
What is a nullreferenceexception and how do I fix it?
Can we inherit private members of class in c#?