C# (Sharp) Programming Language Question:

Does C# support multiple inheritance?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

No, use interfaces instead.


Previous QuestionNext Question
Can you declare the override method static while the original method is non-static?Can multiple catch blocks be executed?