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 the difference between ref & out parameters in c#?
What is concrete method in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
What is collection class c#?
What are c# attributes and its significance?
what is full assembly reference
What is a delegate in c#?
Is a char?
Name the method of servicebase class?
How does it work?
Why are strings immutable c#?
Can multiple inheritance implemented in c# ?
How to implement delegates in c#.net
Is namespace a class?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!