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
Why we use oops in c#?
what is a constructor? What is a destructor?
What is a dimensional array?
What do u meant by "SBI" of an object?
What is an enumerator in c#?
What is nameof c#?
Is python easier than c#?
Explain the types of errors in c#?
What is the advantage of static class in c#?
Differentiate between dataset and datareader?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Can I use exceptions in c#?
Explain the process of polymorphism with an example?
What language is arduino?
How many kinds of elements an array can have?