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 An Interface Class?
Do vs while c#?
How to block a class from being inherited further?
What is new method in c#?
Explain Constructor and destructor?
Explain About .NET Framework
How do I format a string in c#?
When would you use generics in your code c#?
What is ilasm.exe used for?
How to sort an int array in c#?
Why do we use yield in c#?
Does c# have a 'throws' clause?
What is the main purpose of linq?
How do you implement thread synchronization in c#?
How to force my .net app to run as administrator on windows 7?