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
Describe the parts of assembly.
What is polymorphism and its types in c#?
How are delegates chosen?
Difference between abstract classes and interfaces
Is Facebook a desktop application?
What are circular references?
What is parameters in c#?
How long can loop recorders stay in?
Why do we need serialization?
What is reflection c#?
What is the purpose of static?
What is platform independence"?
What is difference between private and protected in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Can a struct be null?