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
Why do we use stringbuilder in c#?
What is type system in c#?
Is c# easier than javascript?
What is a three-tier application.
If a method's return type is void, can you use a return keyword in the method?
What is reflection c#?
what is full assembly reference
What are predicates in c#?
How does c# achieve polymorphism?
What is the difference between as and is operators in c#?
What is difference between static and constant variable?
Is clr a compiler?
Can abstract class have constructor c#?
2. What happened when BO object has been called?
Is a c# interface the same as a c++ abstract class?