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 the difference between first and firstordefault?
Why do we need reflection in c#?
What is ienumerable <> in c#?
what is scope of a protected internal member variable of a c# class
How many dimensions can an array have?
Are c# constructors the same as c++ constructors?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Can a static class have a constructor c#?
Why hashtable is thread safe in c#?
What method is used to sort the elements of the array in descending order?
How do you sort an array in c#?
What is difference between const and static in c#?
Can you declare a class or a struct as constant?
Can you store strings in arrays?
What is the difference between Static, Const and read only?