Can you inherit multiple interfaces?
Answer Posted / hitesh sharma
Yup, In Dotnet C# Multiple Inheritence is not allowed so
instead we can use Interfaces which are inheritable..
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Define multicast delegate in c#?
What is Fragmentation and its Types?
What are properties in c#. Explain with an example?
Why is c# used?
What is the use of functional interface?
What is difference between write and writeline?
What do you know about WM_CHAR message?
Explain about Error handling and how this is done
What is difference between const and static in c#?
What is a singleton unity?
What is the use of delegate?
What is the difference between values and reference types?
Is there regular expression (regex) support available to c# developers?
What is inheritance c#?
What is list collection in c#?