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