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 components of window?
How to override a function in c#?
Will the following code compile?
Explain namespaces in c#.
Explain the difference between Response.Write () and Response.Output.Write ().
Why is c# a good programming language?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What are the two kinds of properties in c#.
What is the base class in .net from which all the classes are derived from?
How to declares a two-dimensional array in C#?
Which is the base class in c#?
What is the CTS, and how does it relate to the CLS?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the advantage of constructor in c#?
What is Implicit conversion in C#?