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
Why should you override the tostring() method?
When do we generally use destructors to release resources?
What is data types in c#?
How do I create a new form in c#?
Why is lazy loading?
Can we have static indexer in c#?
Define c# delegate?
What is the execution entry point for a c# console application?
What exactly is serverless?
What is new method in c#?
Explain about finalize method?
How do I run a cshtml file?
What is the advantage of dependency injection?
Why do we need nullable types in c#?
Why do we use struct in c#?