C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

Does C# support multiple inheritance?

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

Answer:

No, use interfaces instead.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

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