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 default parameter in c#?
Explain the accessibility modifier protected internal?
How do I create a multilanguage, single-file assembly?
What is javascriptserializer c#?
What are native methods?
What are the string functions in c#?
What are the three types of predicates?
What is overloading with example?
What is the difference between double and decimal in c#?
What is the difference between abstract and abstraction?
How do I calculate relative time?
What is sorting in c#?
Can a dictionary have duplicate keys c#?
How many constructors can a class have in c#?
What are access modifiers in c#?