Answer Posted / vai bhav
Basicalluy interface is used in any oops supported langusge
like c#.net to overcome the problem of multiple inheritance
i.e. inheriting more than one classes which have same
function also.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is console based application?
What is difference between the "throw" and "throw ex" in .net?
Tell me the difference between call by value and call by reference.
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
When do you generally use a class over a struct?
how to implement a web service in .net
What is the difference between internal and protected in c#?
What is wpf c#?
What is c-sharp (c#)?
How do I create a multilanguage, single-file assembly?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What happens if a static constructor throws an exception?
What is a hashset c#?
Can we inherit a private class in c#?
Can we inherit two classes in c#?