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 is tryparse c#?
When was c# created?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
How do I convert a string to an int in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
How does dictionary work in c#?
What is float in unity?
What are the types of parameters in c#?
What do you mean by a windows process in regards to memory allocation?
Why generics are used in c#?
How do I move from one form to another in c#?
What is function and method in c#?
How will you get the different language strings?
Can int be null in c#?
How many bytes is a char c#?