Answer Posted / chandan
yes,which class inherits the interface,there should be
definition for all methods fo interface
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is the object class in c#?
Explain polymorphism in c# with a simple example?
What is response redirect in c#?
Why do we need interfaces in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is difference between array and arraylist in c#?
Does c# support multiple class inheritance?
Explain about finalize method?
What is iqueryable and ienumerable in c#?
Why would you use a class property in c#?
Can constructor have return type c#?
can multiple catch blocks be executed for a single try statement?
How can you read 3rd line from a text file?
Is an interface a type c#?
what is boxing and unboxing?can we initialize unboxing directly?