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
What is Event - Delegate?
Is stringbuilder thread safe c#?
How C# 4.0 supports dynamic programming language?
What's the c# syntax to catch any possible exception?
Is c# used for frontend or backend?
Why do we need interfaces in c#?
What is difference between il and dll ?
Explain About .NET Remoting and types of remoting
windows c# using datagridview in edit form sql server
What is args c#?
What are the steps to create an assembly and add it to the gac?
What are the drawbacks of extending an interface as opposed to extending a class?
What is a struct in C#?
What is expression c#?
How Do You Convert A Value-type To A Reference-type?