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
What is sqlcommandbuilder c#?
Why is hashset faster?
What is the difference between the debug class and trace class? Documentation looks the same.
What is an array? Give the syntax for a single and multi-dimensional array?
When a Static Constructor is called in a Class?
What is a function c#?
What does static mean in c sharp?
What is view state c#?
What does readonly mean in c#?
What are boxing and unboxing?
How can i Spawn a Thread
How do you access a constant field declared in a class?
What is Co- and Contra-Variance in C#?
What is multiple interface in c#?
What is difference between function and method in c#?