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
Is boxing an implicit conversion?
Can abstract class have constructor in c#?
Can u list some style properties of List Box?
What is addressof operator?
What is the compiler of c#?
Why do we need indexer in c#?
What does == mean in c sharp?
What is the object class in c#?
Who introduced c#?
Do extension methods have to be static?
Is 0 an unsigned integer?
Is c# and .net same?
What is parsing? How to parse a date time string?
What is a dynamic assembly?
Explain About .NET Framework