Answer Posted / pramodgupta20
You can declare the property in interface and define it in
the class which implements the interface.
int GetUser{get; set;}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many types of serialization are there in c#?
What is the difference between static and private constructor in c#?
What is ado c#?
What is the difference between list and dictionary in c#?
How many bytes is a long c#?
What's your approach to fetch static data in your windows form application?
What is bitwise operator in c#?
Is enum a class c#?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Does c# support multilevel inheritance?
Can var be null c#?
What is the max value of int32 in c#?
Should I make my destructor virtual?
What is difference between === and ==?
What is the use of functional interface?