what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / siddu.
Interfaces are used to define common functionality among the
child classes or struts.
Interfaces can be used to implement some rules on the
derived classes or struts.
Interface are used to hold object of a class which derives
it in client machine in case of remoting.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Name the connections does microsoft sql server support?
Why do we use hashtable in c#?
Can a class be private in c#?
Explain About Postback
Explain the difference between object type and dynamic type variables in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is a predicate in c#?
Which framework is best for desktop application?
If dll and exe files are same it means you can deploy both the files in gac?
What is a private class in c#?
Can interface inherit class in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What are the steps for creating clr trigger
What is the difference between double and decimal in c#?
What is the signature of a method?