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
What is the purpose of dependency injection?
Which sorting algorithm is best?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What is a hash table c#?
Name which controls do not have events?
Is clr a compiler?
Can constructor be overloaded in c#?
What are the different types of delegation?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is clr in c#?
What is the use of console?
What is console programming language?
how can one use hcl and c sharp together?
What are the types of class in c#?
Why do we Need of static class in c#?