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
What are interfaces in c#?
What is the default scope of a class in c#?
Explain about multithreading?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What basic steps are needed to display a simple report in crystal?
What is the do while loop code?
Is c# lazy thread safe?
To create a localized application which namespaces are necessary?
What does m mean in decimal c#?
What is garbage collection? How to force garbage collector to run?
What do you mean by a windows process in regards to memory allocation?
How do you serialize an object?
What is session c#?
How does inheritance work in c#?
What are immutable types in c#?