Can you inherit multiple interfaces?
Answer Posted / shiba shankar
Yes we can inherit multiple interface.that's why we are
using interface.We can get by imlementing interface after
making multiple interface.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain how can you clean up objects holding resources from within the code?
What is difference between list and ilist in c#?
What is inheritance c#?
What is serialization and deserialization in c# with example?
What is static variable in c#?
Explain attributes in c#?
What is token in c#?
Explain deadlock?
Enlist all the components of an ado.net framework?
Where is the keyword void used?
What is difference between value and reference types in C#.NET
Can extension methods access private members?
What are the drawbacks of extending an interface as opposed to extending a class?
What is a delegate how is it type safe?
Who benefits from ajax?