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 deferred execution?
How big is an int16?
Why do we need encapsulation in c#?
What is the use of ispostback in c#?
What is marshalling in c#?
Explain more on CLR
If a method's return type is void, can you use a return keyword in the method?
Explain about finalize method?
What are the namespace level elements?
Is c# front end or back end?
How do you define a predicate?
What is difference between interface and abstraction?
How to get the sum of last 3 items in a list using lambda expressions?
Is c sharp and c# are same?
List the difference between the virtual method and the abstract method?