what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / ankita
In the phase of interfaces we can only declare methods. and
this method can contain its definition in the different
classes where we can define it.........
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Can private virtual methods be overridden in c#.net?
What is dependency injection in simple words?
What is master page in asp net c#?
What are Regex / regular expressions ?
What is array and types of array in c#?
What is an iqueryable in c#?
How can I use .NET components from COM programs?
What is a hash table in c#?
What is difference between code access and role based security?
How do you inherit a class into other class in c#?
What are different types of classes in c#?
Is namespace a class?
What are properties in c#. Explain with an example?
What is a derived class in c#?
What is difference between method and function in c#?