C# (Sharp) Programming Language Question:
Download Job Interview Questions and Answers PDF
Does C# support multiple inheritance?
Answer:
No, use interfaces instead.
Download C# (Sharp) Programming Language Interview Questions And Answers
PDF
Previous Question | Next Question |
Can you declare the override method static while the original method is non-static? | Can multiple catch blocks be executed? |