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 Implicit conversion in C#?
How do you create user defined data types in c#?
How does bitwise work?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Why objects are stored in heap in c#?
What is or operator in c#?
What is an icollection in c#?
Why delegates are type safe?
Explain streamreader/streamwriter class?
Explain the difference between the debug class and trace class?
Define c# i/o classes? List the commonly used classes?
What is dependency injection?
What is func c#?
Give an example of a ctype.
What is a dbml?