Can you inherit multiple interfaces?
Answer Posted / pawanreddy
Nope, You can't inherit from interface, you can only implement it. You can implement multiple interfaces in a single class.
You can only inherit from class, c# won't support multiple inheritance.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does return do in unity?
How string definitions will prevent escaping on backslashes in C#?
Is var a data type?
What does executescalar return in c#?
What is a int in c#?
What is private readonly in c#?
Why do we use static class in c#?
Is cli same as the clr?
What is keywords in c#?
What is option parameter in C#?
Does c# have its own class library?
Why is dll used?
Why abstract class can not be instantiated?
Why main is static in c#?
Why is c# good for games?