what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / kalaimani
The interface contains only declaration of methods, no implementation. Because the interface is can be inherited by class and struct.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
Define using statement in c#?
Explain the constructor in c#.
Explain deadlock?
Is object an int c#?
What language is c# similar to?
What is difference between array and arraylist in c#?
How do I register my code for use by classic com clients?
What is hashset c#?
What do you understand by an Implicit Variable?
What is overloading with example?
What is winforms c#?
What is event sourcing in c#?
What is a derived class in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Explain attributes in c#?