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
Explain publishers and subscribers in events.
Why static variables are used?
What do you mean by a windows process in regards to memory allocation?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Why to use “using” in c#?
What is difference between iqueryable and ienumerable in c#?
What Is The Smallest Unit Of Execution In .net?
Why do we need to serialize data?
What are callback methods in c#?
What is before string in c#?
Explain About Global.asax
What is final keyword in c#?
What is iqueryable?
what happens if you inherit multiple interfaces and they have conflicting method names?
What do you understand by the terms datareader object and dataset object?