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
Should I use double or float?
Is c# and c same?
What are the types of constructors?
When should I use static in C#?
Why do we need static class in c#?
What do you mean by jagged array?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is the difference between static and private constructor in c#?
Who benefits from ajax?
List the different stages of a thread?
What are the boolean data types in c#?
Can I use exceptions in c#?
Name the connections does microsoft sql server support?
What is anonymous method in c#?
Can a child class call the constructor of a base class?