C# (Sharp) Programming Language Question:
Can you inherit multiple interfaces?
Answer:
Yes. .NET does support multiple interfaces.
Previous Question | Next Question |
Are private class-level variables inherited? | From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class? |