Answer Posted / prashant k
Yes, We can define properties inside the interface without
implementation. e.g.
String GetName {get; set;}
Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
How does substring work in c#?
What is int64 in c#?
Can we inherit private members of class in c#?
What is the difference between list and arraylist c#?
What is a class c#?
What is the default modifier for class in c#?
What are verbatim strings in c#?
What is sorted list in c#?
What is difference between field and property in c#?
Why do we need constructor?
What is difference between dictionary and hashtable in c#?
What Is A Multicast Delegate?
What is an assembly qualified name? Is it a filename? How is it different?
What is static variable in c#?
What is property c#?