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
What is difference between dictionary and hashtable in c#?
What is function c#?
What is virtual in c#?
if you do have a stack overflow profile.what is your ranking?
What are the 2 types of data types available in c#?
Why are strings in c# immutable?
Is array ienumerable c#?
What are the access modifiers in c#?
How long will it take to learn c#?
What is difference between int and int in c#?
When should you use generics?
How do I calculate relative time?
What is yield break in c#?
What is an interface class? Give one example of it
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?